Re: After Acknowlegement and Disable of alert -- Alert Appea
Posted: Wed Jun 27, 2018 3:37 pm
Can you also check to see if the problem is acknowledged in Nagios Core (http://ip address/nagios)?
Try restarting services to see if this is going to fix the issue:
Running the above commands should help in case you have multiple nagios processes running on the system or some ndo sync issues.
Try restarting services to see if this is going to fix the issue:
Code: Select all
service nagios stop
killall nagios
service ndo2db restart
service nagios start