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/

5 (1)
Article Rating (1 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 Core - Failed to register iobroker
Viewed 5819 times since Wed, Sep 20, 2017
Nagios XI - Can’t Log Into The Web Interface
Viewed 55784 times since Tue, Jan 27, 2015
Nagios XI - Common Upgrade Failures And Solutions
Viewed 10964 times since Thu, Jun 29, 2017
SSL Certificate does not validate properly
Viewed 3770 times since Wed, Jan 20, 2021
Nagios XI - Running Out Of Disk Space On The Nagios XI VM
Viewed 20793 times since Tue, Jan 27, 2015
Nagios XI - Bandwidth Graphs Showing 0Mb/s in Non-English Systems
Viewed 6116 times since Fri, Dec 19, 2014
Web Browser Reports 330 Error Content Encoding
Viewed 4553 times since Tue, Mar 7, 2017
Nagios XI - Optimizing The PHP Settings File
Viewed 33542 times since Thu, Jul 13, 2017
Nagios XI - Oracle Services Critical After Nagios XI Upgrade
Viewed 5013 times since Wed, Jan 27, 2016
Nagios XI - Notification Problems
Viewed 25982 times since Tue, Jan 27, 2015