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 Core - Nagios did not exit in a timely manner
Viewed 10259 times since Wed, Jan 27, 2016
Nagios XI - Configuration Applies, No Changes Take Place
Viewed 9713 times since Tue, Jan 27, 2015
CCM says unapplied changes exist, but none listed
Viewed 7077 times since Mon, Feb 27, 2017
Nagios XI - Upgrade errors - root.crontab.orig: cannot overwrite existing file
Viewed 5464 times since Tue, Jan 26, 2016
Nagios XI - How To Use CA Certificates With check_ldaps Plugin
Viewed 14772 times since Tue, Jul 26, 2016
ERROR: Please add the ’Optional’ channel to your Red Hat systems subscriptions
Viewed 29210 times since Tue, Jan 26, 2016
Nagios XI - Hosts Pending/Gray
Viewed 13151 times since Tue, Jan 6, 2015
Nagios XI - Crashed Database Tables
Viewed 66896 times since Tue, Jan 27, 2015
Nagios XI - Last Check Time Not Updating
Viewed 25951 times since Tue, Jan 6, 2015
XI 5.4 monitoring engine not running
Viewed 13008 times since Mon, Feb 6, 2017