Environmental

Network Equipment Environmental Statistics

Description:

Python script that uses a few statically defined SNMP OIDs to monitor temperature, fans, power, and voltage statistics on network equipment. This currently supports only Cisco and Foundy gear (future revisions to include HP and Juniper) and is easily extendible.

Current Version

Last Release Date

June 4, 2009

Compatible With


Project Files
Project Notes
Usage: check_env_stats.py [options] Options: --version show program's version number and exit -h, --help show this help message and exit -H HOSTNAME hostname or IP of device -C COMMUNITY community read-only string [default=public] -T TYPE hardware type (cisco,foundry,hp,juniper) -M MODE type of statistics to gather (temp,fans,power,volt) -w WARN comma-seperated list of values at which to set warning -c CRIT comma-seperated list of values at which to set critical -p include perfmon output -v enable verbose output
Reviews (2) Add a Review
Thanks but needs a small change
by packetguy, March 31, 2014

Hi there, Thanks for writing this excellent plugin. I have a small request to make, can you please make the plugin compatible for use with Cisco 4500 Chassis Switches the current case is that as soon as i run the script i get multiple values dependent on the amount of blades i have in the switch. Example: ./check_env_stats.py -H opc00sw1 -M temp -T cisco -C netstat -w 1,1,1,1,1,1,1,1,1,1 -c 40,40,40,40,40,40,40,40,40,40 WARNING: air inlet: 23 (W=1), air outlet: 36 (W=1), air inlet: 20 (W=1), air outlet: 26 (W=1), air inlet: 22 (W=1), air outlet: 26 (W=1), air inlet: 22 (W=1), air outlet: 26 (W=1), air inlet: 23 (W=1), air outlet: 27 (W=1) Works like it should. But now i have another chassis with only 8 blades. Example: ./check_env_stats.py -H opa00sw1 -M temp -T cisco -C netstat -w 1,1,1,1,1,1,1,1,1,1 -c 40,40,40,40,40,40,40,40,40,40 Error: number of critical values not equal to number of table values. Doesnt work, see error. Can you make the script work that i am not dependent on the amount of inlet and outlet temperatures i get? i want to use this nagios script on all my devices without making any differences in the usage of it.



Installation
by kevin.sayers, July 31, 2012

Do you have a step by step guide on how to install. this and run. I have ubuntu 12.04 with Nagios Core. What steps should I take as I am a newby.



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
5 (2)
Favorites
1
Views
103,879