Is there a diagnosis tools to check Nagios database health
Is there a diagnosis tools to check Nagios database health
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
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 nagiosqlFormer 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.
"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.
Re: Is there a diagnosis tools to check Nagios database heal
Thank you for you help 