Service Check Timeout

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
cyient
Posts: 116
Joined: Thu May 08, 2014 4:45 am

Service Check Timeout

Post 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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Service Check Timeout

Post 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.
Former Nagios employee
cyient
Posts: 116
Joined: Thu May 08, 2014 4:45 am

Re: Service Check Timeout

Post by cyient »

Firewall is off and Nagios server is in allowed_host directive.

Any more information needed for troubleshooting ?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Service Check Timeout

Post 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!
Locked