> Does anyone have a simple way to check whether or not > notifications are disabled? Preferrably from the command line. > Occasionaly I or one of my colleages will disable > notifications during an outage or something and forget to > turn them back on. > I want to write a check that sends an alert if notifications > are disabled for more than say, an hour.
Globally, or on a per-service basis? Globally's a piece of cake, even if you don't want to dig through the status files. Use the check_http plugin and look for "Notifications Enabled" or "Notifications Disabled" (the alt text of the enabled/disabled image) in the output of tac.cgi. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
