TOP LEVEL CATEGORIES
EXPLORE
@michieltimmers
Favorites 11
Views 3
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…
Example outputs: ./check_snmp_cisco_stack.pl -H 192.168.1.1 -C public Ring Redundant: yes, Switch States: sw1(sn:AAAABBBCCCC)=ready, sw2(sn:EEEFFFGGGG)=ready, Port States: up(4),down(0),forcedDown(0) : OK
Checks the OSPF status of a BGP peer and reports back with uptime, remote AS and number of prefixes. # ./check_snmp_cisco_bgp.pl -H 192.168.1.1 -C public…
Checks the OSPF Neighbor status and number of re-calculations using SNMP. Will report warning if there is a change in re-calculation in last 24 hours.…
Checks the OSPF Interface status and number of re-calculations using SNMP. Will report warning if there is a change in re-calculation in last 24 hours.…
Checks the OSPF Area status and number of re-calculations using SNMP. Will report warning if there is a change in re-calculation in last 24 hours.…
Basic Cisco OSPF check using SNMP. For now only check Admin status of OSPF. Also reports RouterID and OSPF version ./check_snmp_cisco_ospf-general.pl -H 192.168.1.1 -C public…
Possible outputs: # ./check_mumudvb_traffic.pl -H 192.168.1.10 -p 4444 --w_tv 100 --c_tv 80 --w_radio 25 --c_radio 20 Traffic (Ok/Warning/Critical): 6 TV channels = 6/0/0 - 4…
Possible outputs: # ./check_mumudvb_scrambling.pl -H 192.168.1.10 -p 4141 -w 15 -c 25 Total channels: 9 - Scrambled ratio (Ok/Warning(15%)/Critical(25%)) = 9/0/0 : OK # ./check_mumudvb_scrambling.pl…
Possible outputs: # ./check_mumudvb_card.pl -H 192.168.1.10 -p 4141 -w 12 -c 6 MuMuDVB 1.7.1_20121001_scam (PID 31107, uptime 83 days, 16 hours, 39 minutes) - adapter…
Check if there are any crashinfo files detected on a Cisco device, which would indicate a hard or software issue. You can trigger an alarm…
Check the amount of current active calls from Asterisk. Most values are hard-coded in script but easy to edit.
Check the calls Asterisk has processed since the last check. Creates a file into /tmp directory to calculate this. Set attempt check to 1 to…
Notes Check the VTP mode on a Cisco device. Ok if transparent, warning if client and critical if server.
Scripts checks if you saved the running Cisco config to nvram. It does this by comparing the ccmHistoryRunningLastChanged and ccmHistoryRunningLastSaved. Notes Unfortanately it will also…
Check for Ruckus ZoneDirector to monitor the number of AP's associated with the ZoneDirector based on SNMP. By specifying the warning and critical thresholds an…
Notes Most Nagios checks are done every 5 minutes and a device can reboot without you knowing about it. This scrip can be used to…
Notes Although some of the checks in this plugin are also in the "check_snmp_env" (version 1.3) from Patrick Proy I strongly suggest using this version…