Page 2 of 2

Re: Nagios not receiving check_results

Posted: Wed Jun 01, 2011 1:54 pm
by tonyyarusso
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

Posted: Tue Jun 28, 2011 1:13 pm
by tgfde
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

Re: Nagios not receiving check_results

Posted: Wed Jun 29, 2011 11:45 am
by nscott
Thanks for bumping this thread with what worked on fixing it!