Nagios Exchange
  • Home
  • Directory
  • About

Advanced Search

Build precise queries to find exactly what you need

Search Logic

Select compatible versions

Press ESC to close

Sign In Sign Up
Plugins4387Themes and Skins11Add-ons732Documentation283Graphics and Logos36View All Categories
LinuxSecuritySNMPFile SystemCloud
New Listings Recently Updated Listings Most Favored Listings Most Popular Listings Most Rated Listings Most Reviewed Listings
Random Project
Network Connections, Stats and Bandwidth check_interfaces_wmi
1.7 (3)
154.7K
RSS Feed
Newest Listings Updated Listings
Top Contributors
LAMY (7)Julien DESMAREST (6)deskwork_itunes142 (4)Davide Lemma (4)Joerg Hoerter (3)
See More
Newest Contributors
Guillaume8723 (1)Salvo (1)SOHA-IT (1)Tsvetomir Tsvetanov (1)Igor Ru (1)
See More
Home > Derekcat
D

Derekcat

@derekcat

User Stats

Favorites0

Views

Projects0

No Projects Found
Check PDU

Not quite very detailed

You need to specify where to put MIBs.. Eventually I found /usr/share/snmp/mibs but that should really be part of a /detailed/ instruction. :) Also the code in your wiki is wrong.. The use lib line should be: use lib "/usr/local/nagios/libexec"; You had lib exec and nagios switched.. (This prevents it from running correctly in Nagios) It's also worth noting that the SNMP community is version 2c [Causes problems if you're running a newer firmware and trying to use the V1 community...] and finally to get the voltage reading correct on my second PDU [now running the very latest firmware... Which changes the SNMP replies], I had to add a bit to your script: #these two ifs, fix the output voltage if it's not reading correctly... -Derek if ($inputv > 1000){ $inputv = ($inputv / 10); } if ($outputv > 1000){ $outputv = ($outputv / 10); } If something's wrong with those lines.. It's because I only know basic Python, not Perl :) In the end, it's working beautifully, though it has probably taken ~8 hours to get to this point. lol..

Reviewed 13 years ago

No Favorites Found

Copyright © 2009-2025 Nagios Enterprises, LLC. All rights reserved.

Privacy PolicyTerms of UseTrademarks