Mass notification disable
-
rdobbsmacu
- Posts: 36
- Joined: Tue Apr 28, 2015 3:11 pm
Mass notification disable
Is there away to do a mass notification disable on the current switch ports that are being reported as down, but leave notification enabled on the ports that are up?
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Mass notification disable
I don't see an easy way for doing this in the GUI.
You could do a JSON query to get all the down ports and then for each port submit a command to the command pipe to disable notifications on that service.
JSON:
http://labs.nagios.com/2014/06/19/explo ... -7-part-1/
Nagios Commands:
You could do a JSON query to get all the down ports and then for each port submit a command to the command pipe to disable notifications on that service.
JSON:
http://labs.nagios.com/2014/06/19/explo ... -7-part-1/
Nagios Commands:
Code: Select all
https://sites.google.com/a/box293.com/nagios/guides/tricks/nagios-command-pipe-and-cgisAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.