Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_traceroute

Rating
2 votes
Favoured:
0
Current Version
1.0
Last Release Date
2014-03-27
Compatible With
  • Nagios 3.x
  • Nagios XI
License
GPL
Hits
31302
Nagios CSP

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!
This 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.5.5.5 3 1.1.1.1 2.2.2.2

returns
OK if HOP number 3 to 5.5.5.5 is 1.1.1.1
WARN if is 2.2.2.2
CRITICAL if something else
UNKNOWN on other errors.
This 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.5.5.5 3 1.1.1.1 2.2.2.2

returns
OK if HOP number 3 to 5.5.5.5 is 1.1.1.1
WARN if is 2.2.2.2
CRITICAL if something else
UNKNOWN on other errors.

Reviews (1)
byEsquilax, September 20, 2022
Thank you!
I use it to check if our main WAN ist active or our backup line.

Had to install traceroute first on CentOS - a bit strange for an admin mainly using Windows :-)