| Home »
Categories »
Multiple Categories |
Nagios Core - Nagios did not exit in a timely manner |
|
Article Number: 172 | Rating: 2/5 from 4 votes | Last Updated by tgriep on Mon, May 20, 2019 at 4:32 PM
|
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.
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.
Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!
|
|
|
Have a question? Try our Forums! | Give Feedback |
2 (4)
Article Rating (4 Votes)
Rate this article
|
| |
|
Attachments
There are no attachments for this article.
| Related Articles 
Nagios XI - STRICT_TRANS_TABLES
Viewed 10039 times since Thu, Nov 16, 2017
VMWare checks timing out or slow
Viewed 4692 times since Fri, Feb 11, 2022
Nagios XI - Best Practices - NWC15
Viewed 9708 times since Thu, Feb 4, 2016
Nagios XI - Scheduled Backup Log Level
Viewed 6711 times since Tue, Apr 18, 2017
|
|