Build precise queries to find exactly what you need
Press ESC to close
Nagios World Conference 2026: Sept. 14-17 in St. Paul, MN | Learn More
Very good and comprehensive, love this check.
We did however change the OID for the Extreme_ps_status to the next .1. as we have only 1 power supply connected in the switches it was returning an warning on the second supply. Around line 273 #my $extreme_ps_status = “1.3.6.1.4.1.1916.1.1.1.27.1.2”; # only want PS one. DA 6/5/2011 my $extreme_ps_status = “1.3.6.1.4.1.1916.1.1.1.27.1.2.1”;
I’m sure someone can do a more elegant solution however this works for us ATM.