Page 1 of 1

Is there a diagnosis tools to check Nagios database health

Posted: Mon Feb 24, 2014 10:31 am
by Kimba7070
I would like to do a backup of my nagios XI database but before I do the backup I was wondering if there was a diagnosis tools to check Nagios database health.

Re: Is there a diagnosis tools to check Nagios database heal

Posted: Mon Feb 24, 2014 11:57 am
by abrist
We provide a db repair script that you could run before backup as it checks the health of the db and will attempt to fix some common issues:

Code: Select all

/usr/local/nagiosxi/scripts/repairmysql.sh nagios
/usr/local/nagiosxi/scripts/repairmysql.sh nagiosql

Re: Is there a diagnosis tools to check Nagios database heal

Posted: Mon Feb 24, 2014 3:27 pm
by Kimba7070
Thank you for you help :P