Page 1 of 1

Alarm for a pre-determined threshold of Bandwidth?

Posted: Fri Aug 12, 2016 1:25 pm
by TBT
Is there a way to trigger an alarm when a switches bandwidth drops below a per-determined threshold (Kind of like the inverse of a bandwidth threshold alarm).
I have a multicast feed coming into a switch interface that should steadily be at approximately 800 mbps and I would like to be able to monitor the interface and see an alarm if the bandwidth drops below 750 mbps (for example).

Please advise.

Re: Alarm for a pre-determined threshold of Bandwidth?

Posted: Fri Aug 12, 2016 2:00 pm
by jomann
I'm not sure what plugin you are using to check bandwidth (if you're using the wizard or not) but the standard nagios-plugin style thresholds are supposed to be able to accept a range using : in the warning or critical value. An example of this is:

-w 750:900 (less than 750 and over 900)

More information can be found here: https://nagios-plugins.org/doc/guidelin ... HOLDFORMAT however not all plugins conform to these standards so depending on the plugin you are using it may or may not work.

Re: Alarm for a pre-determined threshold of Bandwidth?

Posted: Fri Aug 12, 2016 2:15 pm
by TBT
Exactly what I was looking for.

Thank you.

Re: Alarm for a pre-determined threshold of Bandwidth?

Posted: Fri Aug 12, 2016 2:24 pm
by jomann
Great! Closing this.