Re: DB error
Posted: Mon Aug 05, 2013 8:21 am
OK - but it is still happening even after changing to SERIAL and rerunning database repair. I have to cat /dev/null to my messages file every four hours or it fills my drive.
Support for Nagios products and services
https://support.nagios.com/forum/
Also, can you post the output ofscottwilkerson wrote:So the error is still in nagios_timedeventqueue..
Can you runthe reason it is the same number is because that is the max size of the INT field you would have had before making the changeCode: Select all
echo "DESCRIBE nagios_timedeventqueue;"|mysql -pnagiosxi nagios
Code: Select all
tail /var/log/mysqld.logSorry Scott - this post didn't show until I closed / reopened my browser. Odd.scottwilkerson wrote:Again, as requested before, can you send the following]
BINGO! I forgot that this Nagios server has the DB offloaded. Once I ran the 'alter table' on the remote DB server it fixed the problem. Thanks Scott!scottwilkerson wrote:No errors reporting for MySQL on this machine, is your MySQL database offloaded? If so you will need to run the command on the remote DB not the local one...