Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check that modules are in an ok state. Say exactly which module is in non-ok state otherwise. Tested on Cisco Nexus 7000 series switches.
Current Version
0.10
Last Release Date
2013-01-29
Owner
Mark Clarkson
Download URL
https://github.com/mclarkson/check_switch_module
License
GPL
Compatible With
Uses ENTITY-MIB and CISCO-ENTITY-FRU-CONTROL-MIB. Only bash and snmpwalk or snmpbulkwalk are required.
EXAMPLE OUTPUT
CRITICAL: poweredDown-->'10 Gbps Ethernet XL Module'-->'LinecardSlot-10'-->'Nexus7000 C7010 (10 Slot) Chassis'.
OK: 7 modules are ok.
USAGE
$ ./check_switch_module -h
check_switch_module - Switch Module checker.
Usage: check_switch_module [-h] [-l] [-c SECRET] <host|IP>
-h : Display this help text. -v : Display the version of this script. -l : List hardware. -C SECRET : Community string.
Check that modules are in OK state.
Examples
List device hardware info: check_switch_module -l -C secret 1.2.3.4
Check modules are in OK state: check_switch_module -C secret 1.2.3.4
This Nagios Plug-In is working properly. =========================== Below is my commands.cfg file. define command{ command_name check_cisco_module command_line $USER1$/check_switch_module -C example123 $HOSTADDRESS$ } =========================== example123 is my community name =========================== =========================== Below is my cisco.cfg file configuration define service { use generic-service host_name Cisco2960_1 service_description Check Switch Modules check_command check_cisco_module check_interval 60 retry_interval 1 } =========================== That's it.
Thanks a lot, i can now monitor my modules! Looks like its working fine but havent had the change to test it when unplugging a blade.
Very nice plugin. I am using Nagios Core 3.4.4. I have this plugin checking all of my Cisco 2801 routers.
You must be logged in to submit a review.
To:
From: