Page 1 of 1

notification can not disabled?!

Posted: Thu Jul 11, 2019 12:54 pm
by xpertech
when tried to disable notification, it didn't work, what could be the problem?

Re: notification can not disabled?!

Posted: Thu Jul 11, 2019 2:40 pm
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.