nagios xi stopped monitoring

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
venkitesh
Posts: 67
Joined: Tue Jan 27, 2015 12:34 am

nagios xi stopped monitoring

Post by venkitesh »

hi all,

nagios xi stopped monitoring suddenly.

even thoough notifications are enabled for all hosts, it is showing notifications are disabled.

normally i can see in /var/log/messages i can see the services being monitored.

but nothing is coming .

Any help
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: nagios xi stopped monitoring

Post by tmcdonald »

Is the nagios process running?

Code: Select all

service nagios status
ps -ef | grep bin/nagios
Where is it showing that notifications are disabled? Please provide a screenshot.
Former Nagios employee
venkitesh
Posts: 67
Joined: Tue Jan 27, 2015 12:34 am

Re: nagios xi stopped monitoring

Post by venkitesh »

hi tmcdonald,

ndo2db: Error: mysql_query() failed for 'UPDATE nagios_conninfo SET disconnect_time=NOW(), last_checkin_time=NOW(), data_end_time=FROM_UNIXTIMnes_processed='0', entries_processed='0' WHERE conninfo_id='0''
Mar 13 10:41:11 localhost ndo2db: mysql_error: 'MySQL server has gone away'
Mar 13 10:41:11 localhost ndo2db: Error: Connection to MySQL database has been lost!

Please help
jolson
Attack Rabbit
Posts: 2560
Joined: Thu Feb 12, 2015 12:40 pm

Re: nagios xi stopped monitoring

Post by jolson »

It looks like mysql may not be running.

Code: Select all

service mysqld status
service mysqld start
Then let's attempt to tail the error log...

Code: Select all

tail -n100 /var/log/mysqld.log
Please report the above back. Thank you!
Twits Blog
Show me a man who lives alone and has a perpetually clean kitchen, and 8 times out of 9 I'll show you a man with detestable spiritual qualities.
Locked