Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
Plugin to check the status of Nortel core routers (Passport Systems 8600, or currently named Ethernet Routing Switch 8600). My two tiny cents to the Nagios community 🙂
Current Version
Last Release Date
June 23, 2009
Owner
Nagios Exchange
Compatible With
Rar file containing the plugin and the ncfg file
Plugin to check the status of Nortel core routers (Passport systems or currently named Ethernet Routing Switch). Current Status: OK Status Information: CpuUtil=9% SwitchFabricUtil=0% SysBufferUtil=1 Performance Data: CpuUtil=9 SwitchFabricUtil=0 SysBufferUtil=1 My two cents to the Nagios community :) maybe someone will enjoy this plugin. Grtz, Roderick Derks
The plugin is returning the right values but if you test it will never return warning or critical because the last if is not correct. To fix it replace it with: if ( $cpu_status eq "critical" or $switchfabricutil_status eq "critical" or $sysbufferutil_status eq "critical" ) { print "SNMP_ENVIRONMENT CRITICAL : $OUTPUT "; exit $STATE_CRITICAL; } elsif ( $cpu_status eq "warning" or $switchfabricutil_status eq "warning" or $sysbufferutil_status eq "warning" ) { print "SNMP_ENVIRONMENT WARNING : $OUTPUT "; exit $STATE_WARNING; } else { print "SNMP_ENVIRONMENT OK : $OUTPUT "; exit $STATE_OK; } Anyway thanks a lot for the plugin.
You must be logged in to submit a review.
To:
From: