Nagios not receiving check_results

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
tonyyarusso
Posts: 1128
Joined: Wed Mar 03, 2010 12:38 pm
Location: St. Paul, MN, USA
Contact:

Re: Nagios not receiving check_results

Post 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?
Tony Yarusso
Technical Services
___
TIES
Web: http://ties.k12.mn.us/
tgfde
Posts: 233
Joined: Thu May 12, 2011 7:55 am

Re: Nagios not receiving check_results

Post 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
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: Nagios not receiving check_results

Post by nscott »

Thanks for bumping this thread with what worked on fixing it!
Nicholas Scott
Former Nagios employee
Locked