Dell

Check Dell Powerconnect switch

Description:

Checks the Dell PowerConnect switches (tested with 2724, 2748, 2848, 3348, 3448 and 6024)

Version 1 checks firmware (-t firmware), model (-t model) and uptime (-t uptime).

Version 2 checks all of version 1 plus how many ports are up and down (-t ports) and you can check if a single port (-t portcheck -p ) is up or down.

Current Version

2.0

Last Release Date

2010-08-01

Compatible With

  • Nagios 3.x

License

GPL


Nagios CSP

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!
Project Files
Project Notes
Reviews (2) Add a Review
Works for what it does
by E-werd, February 28, 2013
Not super-featured, but works well for what it is made for. I wish there was hardware monitoring (fan + temp), but who knows... maybe it's just not possible, the other options don't either. I am using a stack of 5 Dell Powerconnect 5548 switches.

I was curious how to check the ports on anything after the first switch and, through trial an error, I figured it out. It separates each switch in the stack by 2.

So I made a formula. Assume that s = switch number in stack and p = port number on that switch. Calculate t by adding your total number of numbered ports (count on front plus SFP if you have them) and add 2 to this number. Solve for n, port you want to watch.

n = ((s * t) - t) + p

So, and I'm only assuming this works on other models, I have 5 48-port switches with 2 SFP+ ports each, plus the two spacers... for me, t = 52. Let's say I want to select port 31 on switch 4:

n = ((4 * 52) - 52) + 31
n = 187

Good luck!
Helpful? Yes  No 
Error
by mrobiras, October 31, 2010
Hello

to execute the command for a PowerConnet 3448

check_dell_powerconnet-H -C

I returned the error

Can´t use an undefined value as a HASH reference at ./check_dell_powerconnect line 126

this darkly
Helpful? Yes  No 
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
3.5 (2)
Favorites
0
Views
102,730