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 Test Check Commands From The Command-line
Viewed 53289 times since Tue, Jan 26, 2016
Nagios XI - Bandwidth Graphs Showing 0Mb/s in Non-English Systems
Viewed 8642 times since Fri, Dec 19, 2014
Nagios XI - Uploaded plugin returns "/bin/bash^M: bad interpreter: No such file or directory"
Viewed 9123 times since Thu, Feb 25, 2016
Nagios XI - SQL Error [nagiosxi] : ERROR: syntax error
Viewed 9386 times since Sun, Sep 10, 2017
Nagios XI - MRTG Reports SNMP_Session Errors
Viewed 7391 times since Wed, Jul 27, 2016
Disabling Outdated Versions of SSL/TLS
Viewed 9709 times since Thu, Aug 6, 2020
Nagios XI - MySQL/MariaDB - Max Connections
Viewed 76943 times since Thu, Jun 2, 2016
Nagios XI - ERROR: unable to open include file: /etc/mrtg/conf.d/xxxxxxx.cfg
Viewed 9554 times since Wed, Jun 1, 2016
Nagios XI - Downloading A System Profile
Viewed 9634 times since Wed, Jul 19, 2017
Nagios XI - Best Practices - NWC15
Viewed 9707 times since Thu, Feb 4, 2016