Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check cisco stack distributed and standard mode
0.3.1
2021-01-15
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
3857
File | Description |
---|---|
check_snmp_cisco_stack_dist.pl | check_snmp_cisco_stack_dist.pl |
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 state of the redundant stack ring, switches in the stack ring and stackport status via SNMP.
Also check stackport distributed mode.
Compatible with all switch 2960s 2960x 2960xr 3750 and 3850 with stack
Example output
2960XR standard mode:
perl check_snmp_cisco_stack_dist.pl -C xxxx -H 172.16.0.114 -2
Ring Redundant: yes : Switch States: sw1(sn:FDO0000001)=Ready, sw2(sn:FDO0000002)=Ready, sw3(sn:FDO0000003)=Ready, sw4(sn:FDO0000004)=Ready, : Port States: up(8), down(0), forcedDown(0) : Satus: OK
3850 distributed mode:
perl check_snmp_cisco_stack_dist.pl -C xxxx -H 172.16.0.13 -2
Switch States: sw1(sn:FOC0000004)=Ready, sw2(sn:FOC000002)=Ready, : Port States: TenGigabitEthernet1/0/22: up, TenGigabitEthernet1/0/23: up, TenGigabitEthernet2/0/22: up, TenGigabitEthernet2/0/23: up, : Satus: OK
Modified version from check_snmp_cisco_stack.pl v0.2 thanks michiel timmers
Reviews (1)
bynishith, November 14, 2022
The said plug-in is found working properly.