Dell

Check Dell Powerconnect switches

Description:

This script is used to check the hardware from DELL PC35XX, PC53XX and DELL PC62XX (Gigabit) switches.

Current Version

1.1

Last Release Date

2012-03-21

Compatible With

  • Nagios 2.x
  • Nagios 3.x

Owner

License

GPL


Project Files
Project Notes
This script checks the hardware status van DELL powerconnect switches. It is tested on a PC3524 and the PC6248. I have tested it for groundwork nagios v2 and version3 (Groundwork and Opsview), but it should also work for other versions. It gives the states from all FANs and Power supplies, and (if possible) the temperature from the switch. (I couldn't find the temperature MIB for the 62XX switches.) Usage: check_dell_powerconnect.pl -H host -C community
Reviews (4) Add a Review
Works well after small fix
by janz1961, August 31, 2011

The perl script needed some small modifications because nagios runs perl with -w. As a result, nagios showed status UNKNOWN and the first of these warnings. The issues were: 1 - Sub print_help used before definition Solution: move definition to just before where it was called. 2 - Warning in parameter parser The code loops through the parameter list until there are no more paramters in a way that genereates a waring. Solution: add 'defined' to while condition, so: while(defined $ARGV[0] and $ARGV[0] =~/^-/) For the rest, works nicely. Not only for 3524, but also for 5324. Jan



I found this works on the switches listed
by mtrammel, July 31, 2010

I found the error listed above on other Dell switches.



Works as specified
by MacGod, January 31, 2010

The script does what it is supposed to do and works without a problem - I would like to see more in depth probing of the switch to gather more metrics from it - but this is a start. Bill



Doesn't work
by pmbasehore, November 30, 2009

Consistently gets the following error: Can't use an undefined value as a HASH reference at ./check_dell_powerconnect line 126.



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
4 (6)
Favorites
2
Views
109,756