Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

PowerConnect Switches

Rating
7 votes
Favoured:
1
Current Version
1.5
Last Release Date
2016-06-09
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
97768
Files:
FileDescription
check_powerconnectVersion 1.32 Script
check_powerconnectVersion 1.5 Script
check_powerconnect_versions.txtVersion History
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Check uptime, port status and environmental health on Dell PowerConnect switches. Global OIDs are used where possible for maximum compatibility across all models.
*** LATEST CHANGES: Split up "asset" check to only report Serial / Service Tag. New "description" check will return make & model. Also rewrote code to support SNMPv3 checking. Along with this came improved error handling and also use of passing user-friendly -- parameters. Finally, simplified output and and improved perfdata.

This plugin attempts to get you as much information as needed out of your Dell switches.

Usage for SNMP v1/2c:
check_powerconnect -H {host/IP} -t {type of check} [-C {SNMP community}] [-p] [-w] [-c] [-S]

Usage for SNMP v3:
check_powerconnect -v 3 -H {host/IP} -t {type of check} -u {user} -x {protocol} -X {password} -a {protocol} -A {password} -l {security mode} [-p] [-S] [-w] [-c]

Possible checks to run are as follows:
assets
description
uptime
ports
port
health
temps
fans
psus

So, to check the status of port 2:
check_powerconnect -H {host/IP} -C {SNMP community} -t port -p 2

Or for ports 1, 3, 6 and 10:
check_powerconnect -H {host/IP} -C {SNMP community} -t port -p 1,3,6,10

To check the status of the power supplies:
check_powerconnect -H {hostname / IP address} -C {SNMP community} -t psus

As the Dell manual for our PowerConnect specifies - 1 switch is treated as a "stack" , so interpret output appropriately.

Although loss of *redundant* power is not typically critical, I have treated it as such to ensure you receive an e-mail (without having to tweak the plugin configuration).
Reviews (2)
byjeremie.legrand, May 23, 2017
1 of 1 people found this review helpful
Hello,

Thanks for your job. It would be great if we can trigger a warning when the number of active ports is under a specific value.

For example, warning if only 7 ports are up, and critical if only 6 are up:
./check_powerconnect -H ip -C public -t ports -w 7 -c 6


Best regards,
Jeremie L.
byraprop, June 27, 2012
Hi... im test the plugins and work, but require some changes, dont work with all switch dell. Im test with 35XX, 33XX, 80XX, 60XX, 62XX, 53XX, 54XX.

assets work fine but some models dont return nothing, idem for temps, then scripts failed and show execution error.

minor error code, but is a begin ^^
Owner's reply

Can you e-mail me more details jason_leonard@yahoo.com? My script relies on Dell publishing the information to the same location and using the same standards for all equipment. It is possible some models do not follow these standards. I need model #s and a list of what is not returned and I can give you some things to try.

Also, any output from the execution errors would be helpful