Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Check Cisco PoE availability (support stacks)
0.2
2017-06-07
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
5726
File | Description |
---|---|
check_snmp_cisco_poe.pl | Version 0.2 - June 7 2017 |
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!
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
./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
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