THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Multiple Categories

Nagios Core - Nagios did not exit in a timely manner

Problem Description

In larger deployments of nagios, stopping or restarting the nagios service may result in the error:

Nagios did not exit in a timely manner

This is due to many factors in large deployments, but basically it is just a timeout issue.

 

Resolving The Problem

You can update the nagios init script to increase how long the script is allowed to run for.

Edit the file of /etc/init.d/nagios and find this line:

for i in 1 2 3 4 5 6 7 8 9 10 ; do

 Change it to:

for i in {1..90} ; do

 

This changes the timeout to 90 seconds, increase to a larger number as required.

 
NOTE

This change will be overwritten each time an upgrade of Nagios XI or Nagios Core occurs, you will need to re-modify after an upgrade.

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1.57 (7)
Article Rating (7 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 5398 times since Tue, Feb 2, 2016
Nagios XI - Some BPI Checks Show "Unknown BPI Group Index" After Upgrade
Viewed 5185 times since Wed, Sep 18, 2019
Nagios XI - How To Use CA Certificates With check_ldaps Plugin
Viewed 15067 times since Tue, Jul 26, 2016
Nagios XI - Scheduled Backups No Longer Working
Viewed 9544 times since Fri, Jun 3, 2016
Nagios XI - Scheduled Reports Not Running
Viewed 6811 times since Thu, Aug 10, 2017
Nagios XI - mysql_error out of range value for column
Viewed 8613 times since Tue, Aug 14, 2018
Nagios XI - Configuration Verification Failed
Viewed 21621 times since Mon, Jan 25, 2016
Nagios XI - MRTG Reports SNMP_Session Errors
Viewed 7657 times since Wed, Jul 27, 2016
Nagios XI - MySQL/MariaDB - Max Connections
Viewed 77126 times since Thu, Jun 2, 2016
OpenSSL causes issue with check_nrpe plugin with NSClient++
Viewed 13145 times since Fri, Apr 30, 2021