Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: * Routing
Nagios plugins for monitoring various routing protocols (OSPF, IGRP, BGP-4, etc).
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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.check_2hoptraceroute
www.rizio.orgA simple traceroute script that check 2 hop (usually the first and the last). Returns CRITICAL if neither hop are find in the traceroute output. Returns WARNING if only one hop are find and OK if either firts and second ip are present in traceroute outp ...
check_2hoptraceroute with TCP
This plugin is based on check_2hoptrace.sh. It is modified to do the trace between 2 hops with TCP SYN packets, so both usage are the same. This is to solve the issue that trace with UDP or ICMP packets is filtered out with firewall. Because root privi ...
check_gtw.sh
www.sistemistica.it/download.html?task=viewcategory&catid=6Plugin to check if a gateway is used to reach a specified IP destination.
check_route_nexthop.sh
Sometimes we have dynamic routing protocols and we donĀ“t know which route is active at a certain time. This plugin checks via snmp a route associated with a gateway (next hop), if either the route is down or the gateway changes a warning alarm is trigge ...
check_snmp_iproute.pl
Check the routing tables on Cisco devices (may work on others, but not tested) for specific IP/Mask/Gw combinations. OK if found as expected, CRITICAL if unexpected result returned. Wrote this with a fall back to support both the IPRouteNextHop and th ...
check_traceroute
github.com/davidedg/nagios-pluginsThis plugin does a traceroute to a target host and checks if a desired HOP is a certain IP address. I use it to alert on multi-ISP change when I cannot control the routers. Usage: check_remote REMOTEIP NHOP ROUTE1 ROUTE2 Example: check_remote 5 ...
check_traceroute.sh
Bash Script To Check The 1st & 2nd Hop Of Your Network
check_tracert
Very simple bash script for checking that the primary route is active.
sgichk_routetable
www.sgi.com/This plugin checks the route table and reports on any new routes that appear or any old routes that disappear. It uses the snmpbulkwalk or snmpwalk command.