Is there a diagnosis tools to check Nagios database health

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

Is there a diagnosis tools to check Nagios database health

Post 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.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

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

Post by Kimba7070 »

Thank you for you help :P
Locked