Database Backend is Not Running

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Database Backend is Not Running

Post by morabanc »

Hi,

We have a system problem, a red alert (!) on the top indicates ---> """"""Database Backend is Not Running!""""""

What does it mean ??


Thanks
You do not have the required permissions to view the files attached to this post.
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Re: Database Backend is Not Running

Post by morabanc »

Now we execute the command to repair all tables "mysqlcheck......"

After this we must investigate the orgin of the problem, you got the idea why this happened ??

Thans !!!!
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Database Backend is Not Running

Post by mguthrie »

If the database backend isn't running, this can be resolved with the following commands:

service mysqld restart
service postgresql restart

It might be worth checking the /var/log/mysqld.log and see if you notice any obvious reasons for the problem. Otherwise, your system is probably ok after the DB repair procedure.
morabanc
Posts: 199
Joined: Tue Jul 10, 2012 8:14 am

Re: Database Backend is Not Running

Post by morabanc »

Thanks mguthrie, nagios now its OK after the rapair table command (mysqlcheck ....).
Anyway we annotated this commands for the future :)

Bye
Locked