Ignore or send unknown alerts for return code 255 error
Ignore or send unknown alerts for return code 255 error
How to ignore or send unknown alerts for return code 255 errors in Nagios XI
Re: Ignore or send unknown alerts for return code 255 error
Are these checks that use the check_nrpe plugin? If this is the case, and you wanted to receive UNKNOWNs, instead of CRITICALs on timeouts, you could add "-u" to your command.
From the check_nrpe plugin's usage:
From the check_nrpe plugin's usage:
Example:-u, --unknown-timeout Make connection problems return UNKNOWN instead of CRITICAL
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H <client ip> -uBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Ignore or send unknown alerts for return code 255 error
This is for esx servers and we're using box293 plugin
Re: Ignore or send unknown alerts for return code 255 error
In this case, you would need to troubleshoot the issue by following the instructions in the manual (page 83):
https://exchange.nagios.org/components/ ... 0&cf_id=29
If this doesn't help you, I would recommend that you contact the plugin's owner (box293), and ask for assistance as box293_check_vmware plugin is not one of our official nagios plugins.
https://exchange.nagios.org/directory/P ... re/details
https://exchange.nagios.org/components/ ... 0&cf_id=29
If this doesn't help you, I would recommend that you contact the plugin's owner (box293), and ask for assistance as box293_check_vmware plugin is not one of our official nagios plugins.
https://exchange.nagios.org/directory/P ... re/details
Be sure to check out our Knowledgebase for helpful articles and solutions!