I get this critical error "Return code of 4 is out of bounds" sometimes at some checks.
Any ideas?
Return code of 4 is out of bounds
Re: Return code of 4 is out of bounds
We need a bit more context.
What plugin(s) are being used for these checks that are sometimes failing? I'm assuming check_nrpe on the Nagios Core side of things? If so, what plugins is check_nrpe calling on the remote machine?
What operating system is Nagios Core installed on? What steps did you use to install Nagios Core?
What plugin(s) are being used for these checks that are sometimes failing? I'm assuming check_nrpe on the Nagios Core side of things? If so, what plugins is check_nrpe calling on the remote machine?
What operating system is Nagios Core installed on? What steps did you use to install Nagios Core?
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Return code of 4 is out of bounds
If the plugin you are running is returning an exit code above 3 it is out of bounds.orani wrote:I get this critical error "Return code of 4 is out of bounds" sometimes at some checks.
Any ideas?
Here is the section of the plugin development guidelines which is relevant
http://nagios-plugins.org/doc/guidelines.html#AEN78