notification can not disabled?!

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
xpertech
Posts: 399
Joined: Thu Sep 01, 2011 9:47 pm

notification can not disabled?!

Post by xpertech »

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.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: notification can not disabled?!

Post by lmiltchev »

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?

Code: Select all

service nagios status
service ndo2db status
What is the output of the following command?

Code: Select all

grep -A 35 programstatus /usr/local/nagios/var/status.dat | grep enable_notifications
Note: If you are using ramdisk, more probably you would need to run:

Code: Select all

grep -A 35 programstatus /var/nagiosramdisk/status.dat | grep enable_notifications
If status.dat is in a different location, just use the correct path in the above command.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked