notification can not disabled?!
notification can not disabled?!
when tried to disable notification, it didn't work, what could be the problem?
You do not have the required permissions to view the files attached to this post.
Re: notification can not disabled?!
Perhaps the page didn't refresh? What happens when you go to a different page, then come back to this one? Do you see the red dot?
Is nagios and ndo2db running?
What is the output of the following command?
Note: If you are using ramdisk, more probably you would need to run:
If status.dat is in a different location, just use the correct path in the above command.
Is nagios and ndo2db running?
Code: Select all
service nagios status
service ndo2db statusCode: Select all
grep -A 35 programstatus /usr/local/nagios/var/status.dat | grep enable_notificationsCode: Select all
grep -A 35 programstatus /var/nagiosramdisk/status.dat | grep enable_notificationsBe sure to check out our Knowledgebase for helpful articles and solutions!