Home Directory Plugins Hardware Network Gear Cisco Check Cisco PoE availability (support stacks)

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

Check Cisco PoE availability (support stacks)

Rating
1 vote
Favoured:
0
Current Version
0.2
Last Release Date
2017-06-07
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
5703
Files:
FileDescription
check_snmp_cisco_poe.plVersion 0.2 - June 7 2017
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!
Check the PoE availability of a Cisco switch via SNMP
Example:
./check_snmp_cisco_poe.pl -H 192.168.1.1 -C public -w 50 -c 30
Module:1 Available:370(w) Used:337(w) Remaining:33(w) : WARNING

Example for a stackable switch:
./check_snmp_cisco_poe.pl -H 192.168.1.1 -C public -w 50 -c 30
Module:2 Available:370(w) Used:300(w) Remaining:70(w) - Module:1 Available:370(w) Used:221(w) Remaining:149(w) : OK

Reviews (1)
byfarid, March 8, 2019
The plugin was exactly what I was after.
It's well written and works with stacked C2960-S, C2960-X and probably most other PoE switches.

Only problem was that it didn't give performance data.
I modified the plugin and added performance data in the output. The later version can be found here:
https://github.com/joubbi/check_snmp_cisco_poe