You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
This is more an issue in ruby-nagios but I couldn't add an issue on that project. In objects.rb the objects.cache file is parsed and an assumption that all blocks have _name is made:
This is more an issue in ruby-nagios but I couldn't add an issue on that project. In objects.rb the objects.cache file is parsed and an assumption that all blocks have _name is made:
@objects[handler][block["#{handler.to_s}_name".to_sym]] = block
Unfortunately service blocks use service_description and not service_name.
In addition, in order to be unique, the host_name + service_description need to be combined somehow.
The text was updated successfully, but these errors were encountered: