An older XI system will use both databases like your system and that is normal.
The 2 MYSQL databases the XI process uses is nagios and nagiosql so the changes dwhitfield had you do will only backup the databases that are needed.
The problem is that the script was trying to backup a table that isn't needed by us so not backing up that mysql table will stop the email warning from happening.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Hi Guys,
Previous warning message was gone but today I have received this warning
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed Error log below..
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
I have checked the /root/scripts/automysqlbackup and it still has DBNAMES="nagios nagiosql"
Since it is the same Warning which was appearing previously, can anyone suggest something here now
Did it go away on it's own, or after you ran through the repair db kb? If you did not run through it, please do so.
For the sake of completeness, the rest of that post was as follows (plus a version iteration)
If it fixes things, please monitor your email to see if the problem still persists. Let us know if it does.
You didn't mention what version you're on, but if you haven't upgraded to 5.4.1 you should consider doing so. After your DB is in good condition, you may also consider doing this:
Hi Guys,
I had run through the database repair procedure successfully and was not getting any warnings in daily database backup email notification but today I have received the warning again
###### WARNING ######
Errors reported during AutoMySQLBackup execution.. Backup failed Error log below..
-- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly.
As long as the backup was still physically created (in /store/backups by default), that warning should be fine to ignore. We don't use any MySQL events/triggers for Nagios XI anyway.