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 - MySQL/MariaDB - Max Connections
Viewed 76663 times since Thu, Jun 2, 2016
Nagios XI - Problems Using Nagios XI With Proxies
Viewed 16055 times since Mon, Jan 25, 2016
Web Browser Reports 330 Error Content Encoding
Viewed 9396 times since Tue, Mar 7, 2017
Nagios XI - 2014 Upgrade Issue - CONFIG ERROR
Viewed 6512 times since Mon, Jan 25, 2016
Nagios XI - Unable to Delete Host
Viewed 25767 times since Tue, Dec 16, 2014
Nagios XI - Resolving "Cannot connect to database" Error - Core Config Manager
Viewed 9392 times since Mon, Jan 25, 2016
Nagios XI - Scheduled Downtime Not Working
Viewed 8746 times since Mon, Oct 10, 2016
Nagios XI - Crashed Database Tables
Viewed 66680 times since Tue, Jan 27, 2015
Nagios XI - Error while converting SVG
Viewed 5436 times since Thu, Aug 3, 2017
NDOUtils - Message Queue Exceeded
Viewed 17744 times since Thu, Jan 21, 2016