Service check timed out after * seconds
Service check timed out after * seconds
I have long service check and I get "(Service check timed out after 87.39 seconds)". How do a increase the timeout value? I have set the timeout in the service checks themselves but the don't seem to be working. The service check completes from the command line but not within Nagios XI
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Service check timed out after * seconds
Nagios Core also needs the timeout increased (there is a global timeout).
CCM
Advanced > Nagios Core Main Config
service_check_timeout=xxxx
Click Save and then Apply Config
To determine a good timeout value, time your command at the cli by pre-pending the command with "time":
CCM
Advanced > Nagios Core Main Config
service_check_timeout=xxxx
Click Save and then Apply Config
To determine a good timeout value, time your command at the cli by pre-pending the command with "time":
Code: Select all
time /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Service check timed out after * seconds
Thanks, that worked.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Service check timed out after * seconds
Excellent 
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.