I am doing a Nagios reinstall. To make sure everything is working right, I would like to test each customized plugin with at least one of the servers it is being used, to make sure it's working.
How can I find out which services use a specific command? Maybe some SQL query... Any ideas?
List services using a given plugin
Re: List services using a given plugin
You could log into Nagios Core interface
click on the "Configuration" link under the "System" menu on the left, select "Object Type = Services", and click on "Continue".
You will be able to see all of your services on the page, the check command they are using, along with the arguments that are passed, check period, notification interval, etc.
Is this what you were looking for?
Code: Select all
http://ip address/nagiosYou will be able to see all of your services on the page, the check command they are using, along with the arguments that are passed, check period, notification interval, etc.
Is this what you were looking for?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: List services using a given plugin
This is what I wanted however it's not working correctly. It shows 2279 services while we have 5475. The last line in incomplete which suggests it stops enumerating after a certain point
Re: List services using a given plugin
I am not aware of any "limit" on this page, and I haven't been able to recreate the issue in-house.
Have you tried filtering the services by service name or a host as a possible "workaround"?
Have you tried filtering the services by service name or a host as a possible "workaround"?
You do not have the required permissions to view the files attached to this post.
Be sure to check out our Knowledgebase for helpful articles and solutions!