Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Cisco FRU Module
- Nagios 3.x
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
Also, you can use this plugin to test if SNMP access is enabled to your device and if it supports CISCO-ENTITY-FRU-CONTROL-MIB.
Module identifiers and their related description are defined in a README file included in the package. Also, an usage help and examples are included. Plugin is fully Nagios 3.x (ePN) compatible.
Some devices supporting this plugin are:
Cisco ME 2400 Series Ethernet Access Switches
Cisco ME 3400 Series Ethernet Access Switches
Cisco Catalyst 2960 Series Switches
Cisco Catalyst 2970 Series Switches
Cisco Catalyst 3560 Series Switches
Cisco Catalyst 3560-E Series Switches
Cisco Catalyst 3750 Series Switches
Cisco Catalyst 3750-E Series Switches
Cisco Catalyst 3750 Series Integrated Wireless LAN Controllers
Cisco Catalyst 6500 Series Switches
Cisco XR 12000 Series Router
Cisco ASA 5500 Series Adaptive Security Appliances
Cisco PIX Firewall
Cisco Nexus 7000 Series Switches
Cisco ONS 15500 Series
Cisco uBR7200 Series Universal Broadband Routers
Cisco MWR 2900 Series Mobile Wireless Routers
Cisco 7300 Series Routers
Cisco 7600 Series Routers
Cisco 10000 Series Routers
Cisco 12000 Series Routers
I am trying monitoring cisco 10000 modules by this plugin. It works fine with line card module, but not RP ?a processor module?. Could you please suggest ?
Thank you
Kind Regards
Deven
Hi Deven. Could you run these two commands from the shell and sending the output to contacto@boreal-labs.com? Please set the proper value to and
snmpwalk -v 2c -c 1.3.6.1.4.1.9.9.117.1.2.1.1.2
snmpwalk -v 2c -c 1.3.6.1.2.1.47.1.1.1.1.2
Thanks in advance.
It is not possible to provide the Module Index manually. It should work on auto mode.
Hi Sukanta: Long time since you submitted your review, sorry for replying so late.
As README file explains, using the plugin in test mode will list a human readable list with all present modules and their identifiers. Then interesting modules can be checked stating a identifier list as "--ids|-e" argument. For instance, as plugin usage states, you could check modules with identifiers 276 and 276 with the command line:
check_cisco_fru_module -H 192.168.0.12 -e 275,276 -w 4,19,23 -c 7,8,20
Auto mode, or "check all modules" it's a good idea that might be supported in future plugin releases. By now, as workarround, you can emulate auto mode stating all identifiers in the "--all|-e" argument list.
Thanks for your feedback.