Nagios not receiving check_results
-
tonyyarusso
- Posts: 1128
- Joined: Wed Mar 03, 2010 12:38 pm
- Location: St. Paul, MN, USA
- Contact:
Re: Nagios not receiving check_results
Are you sure that your check is in fact looking at the right host? Is it possible that it's using the IP address of a different machine?
Re: Nagios not receiving check_results
Tony,
I fixed this problem by changing a command on the service check, see below:
Old - $USER1$/check_nrpe -H $HOSTADDRESS$ "truncate=900" -p 5666 -t 25 -c CheckServiceState -a CheckAll "exclude=$ARG1$" "exclude=$ARG2$"
New - $USER1$/check_nrpe -H $HOSTADDRESS$ "truncate=900" -p 5666 -t 25 -c check_services -a CheckAll "exclude=$ARG1$" "exclude=$ARG2$"
tgfde
I fixed this problem by changing a command on the service check, see below:
Old - $USER1$/check_nrpe -H $HOSTADDRESS$ "truncate=900" -p 5666 -t 25 -c CheckServiceState -a CheckAll "exclude=$ARG1$" "exclude=$ARG2$"
New - $USER1$/check_nrpe -H $HOSTADDRESS$ "truncate=900" -p 5666 -t 25 -c check_services -a CheckAll "exclude=$ARG1$" "exclude=$ARG2$"
tgfde
Re: Nagios not receiving check_results
Thanks for bumping this thread with what worked on fixing it!
Nicholas Scott
Former Nagios employee
Former Nagios employee