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 » Products » Nagios XI » Troubleshooting » Common Problems

Nagios XI - Event Data Is Stale

Problem Description

There is a known bug relating to event data in versions 2009R1.4B-2011R1.1. This bug has been patched and will be available in releases later than the versions posted above, but if you're experiencing this error, and/or the nagios service is taking an excessively long time to start, you may have a corrupted mysql table that needs repair.

This KB article exists for historic purposes only, you should attempt the steps in the following KB article first to see if it resolves your problem:

Nagios XI - Crashed Database Tables

 

 

Resolving The Problem

Stop the following services:

service nagios stop
service ndo2db stop
service mysqld stop

 

Run the repair script for mysql tables:

/usr/local/nagiosxi/scripts/repairmysql.sh nagios

 

Unzip and copy the the following dbmaint file to /usr/local/nagiosxi/cron/. This will overwrite the previous version.

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/patches/dbmaint.zip
unzip dbmaint.zip
chmod +x dbmaint.php
cp dbmaint.php /usr/local/nagiosxi/cron

 

Run the following commands:

service mysqld start
rm -f /usr/local/nagiosxi/var/dbmaint.lock
/usr/local/nagiosxi/cron/dbmaint.php

 

After running this script, start these services:

service ndo2db start
service nagios start

 

However, if you see any error output from this script, similar to this one:

SQL: DELETE FROM nagios_logentries WHERE logentry_time < FROM_UNIXTIME(1293570334)
SQL:         SQL Error [ndoutils] :</b> Table './nagios/nagios_logentries' is marked
as crashed and last (automatic?) repair failedCLEANING ndoutils TABLE 'notifications'...

 

You may need to run a force repair on the tables:

service mysqld stop
cd /var/lib/mysql/nagios
myisamchk -r -f nagios_<corrupted_table>

service mysqld start
rm -f /usr/local/nagiosxi/var/dbmaint.lock
/usr/local/nagiosxi/cron/dbmaint.php 

 

 

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!

0 (0)
Article Rating (No 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 - How To Use CA Certificates With check_ldaps Plugin
Viewed 15198 times since Tue, Jul 26, 2016
Nagios XI - Disabling Database UTF8 Connectivity
Viewed 6326 times since Thu, Mar 8, 2018
Nagios XI - How To Test Check Commands From The Command-line
Viewed 53936 times since Tue, Jan 26, 2016
XI 5.4 monitoring engine not running
Viewed 13157 times since Mon, Feb 6, 2017
Disabling Port 113 IDENT Requests
Viewed 7280 times since Tue, Mar 12, 2019
Nagios XI - Profile Build Failed
Viewed 15202 times since Tue, Aug 2, 2016
Nagios XI - Scheduled Backup Log Level
Viewed 6813 times since Tue, Apr 18, 2017
Nagios XI - SourceGuardian Errors 2009R1.2C
Viewed 5449 times since Tue, Feb 2, 2016
Nagios XI - Login Screen Keeps Redirecting To Itself
Viewed 8367 times since Wed, Jan 27, 2016
Nagios XI - Downloading A System Profile
Viewed 9777 times since Wed, Jul 19, 2017