Mass notification disable

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rdobbsmacu
Posts: 36
Joined: Tue Apr 28, 2015 3:11 pm

Mass notification disable

Post by rdobbsmacu »

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?
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Mass notification disable

Post by Box293 »

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:

Code: Select all

https://sites.google.com/a/box293.com/nagios/guides/tricks/nagios-command-pipe-and-cgis
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked