global notification disabled
Posted: Wed Feb 08, 2017 1:02 pm
What is the best way from the command line to determine if the nagios server currently has global notifications disabled?
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
a:1:{s:3:"cmd";i:11;}
Command submitted
Code: Select all
a:1:{s:3:"cmd";i:12;}
Command submitted
Code: Select all
programstatus {
...
enable_notifications=0
...
Code: Select all
programstatus {
...
enable_notifications=1
...