Page 1 of 1

Service Check Timeout

Posted: Thu May 15, 2014 12:51 am
by cyient
Hi,

We have configured nrpe in a client it was working fine initially but from few days we are getting Service Check Timeout error.

When tried to execute the command as below

Code: Select all

[[email protected] ~]$ /usr/local/nagios/libexec/check_nrpe -H 192.168.43.57 -c check_load -t 300
Timeout while attempting connection
We using Nagios XI VM

Re: Service Check Timeout

Posted: Thu May 15, 2014 9:02 am
by tmcdonald
What changes have been made that might affect the connectivity? Is a firewall in between silently dropping the connection as opposed to denying it outright? Any changes on the remote host at all such as Nagios not being an allowed host? It seems more like the former, but some more details will help us troubleshoot anyway.

Re: Service Check Timeout

Posted: Thu May 15, 2014 11:34 pm
by cyient
Firewall is off and Nagios server is in allowed_host directive.

Any more information needed for troubleshooting ?

Re: Service Check Timeout

Posted: Fri May 16, 2014 9:38 am
by slansing
Run the following on the remote host:

tail -f /var/log/messages

Then try to run a few NRPE commands to it from the XI server, hopefully, you should see xinetd[nrpe] lines being displayed in the syslog, if you do, please copy out those segments and post them here in code wraps. Thank you!