Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Check BGP peer status, established time, prefixes.
Current Version
0.1
Last Release Date
2015-07-01
Owner
Michiel Timmers
License
GPL
Compatible With
Version 0.1 - July 20 2015
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 -P 10.10.10.10 BGP state: established - Established for: 29 days, 13 hours, 48 minutes, 16 seconds, Remote AS: 64512, Number of prefixes: 538796 : OK
Can also be used with theshold for upper and lower limit threshold for number of prefixes, and warning and critical in hours for established time.
# ./check_snmp_cisco_bgp.pl -H 192.168.1.1 -C public -P 10.10.10.10 --lower 500000 --upper 600000 -w 48 -c 24 BGP state: established - Established for: 29 days, 13 hours, 48 minutes, 16 seconds, Remote AS: 64512, Number of prefixes: 538796 : OK
The plugin is developped in a standard way with usual V3 authentication. But when SNMP request gives NosuchInstance, it answers BPG OK. I propose , line 430 : undef $peer_state if ($peer_state =~ /nosuchinstance/i); so that the result will be UNKNOWN.
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!