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
nagios xi stopped monitoring
Re: nagios xi stopped monitoring
Is the nagios process running?
Where is it showing that notifications are disabled? Please provide a screenshot.
Code: Select all
service nagios status
ps -ef | grep bin/nagiosFormer Nagios employee
Re: nagios xi stopped monitoring
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
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
Re: nagios xi stopped monitoring
It looks like mysql may not be running.
Then let's attempt to tail the error log...
Please report the above back. Thank you!
Code: Select all
service mysqld status
service mysqld startCode: Select all
tail -n100 /var/log/mysqld.log