Hello Team,
Need your urgent help for this issue.
We performed Nagios XI server reboot today as a monthly activity.
After reboot everything seems to be working fine except notifications. When we are checking any server status, the notifications are showing as disabled, but actually the notifications are working fine.
I am attaching here a document explaining the complete issue with the screen shots.
Kindly, look into it on priority.
Notifications are disabled automatically
Notifications are disabled automatically
You do not have the required permissions to view the files attached to this post.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Notifications are disabled automatically
Log into Nagios Core interface (http://ip address/nagios), go to "Hosts", click on your host, and see if notifications are shown as "ENABLED". Try restarting services to see if this is going to fix the issue:
On RHEL/CentOS 6
On RHEL/CentOS 7
Also, can you check if you have errors/crashed tables in the mysqld.log (of mariadb.log)? It's possible that the server was not rebooted properly, which corrupted some of the db tables.
or
On RHEL/CentOS 6
Code: Select all
service nagios stop
service ndo2db restart
service nagios startCode: Select all
systemctl stop nagios.service
systemctl restart ndo2db.service
systemctl start nagios.serviceCode: Select all
tail /var/log/mysld.logCode: Select all
tail /var/log/mariadb/mariadb.logBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Notifications are disabled automatically
Thank you for the support!!
It seems Nagios XI took some time after reboot, we were able to see notifications after 4-5 hours. Its back to normal now.
It seems Nagios XI took some time after reboot, we were able to see notifications after 4-5 hours. Its back to normal now.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Notifications are disabled automatically
I will be closing this topic now as everything is back to normal. If you have any further questions/issues, please start a new thread. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!