diff options
Diffstat (limited to 'contrib/check_traceroute.pl')
-rwxr-xr-x | contrib/check_traceroute.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_traceroute.pl b/contrib/check_traceroute.pl index c8d497b..569dc53 100755 --- a/contrib/check_traceroute.pl +++ b/contrib/check_traceroute.pl | |||
@@ -1,8 +1,7 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/bin/perl |
2 | 2 | ||
3 | # $Id$ | 3 | # $Id: check_traceroute.pl 1115 2005-01-27 10:34:16Z stanleyhopcroft $ |
4 | 4 | ||
5 | # $Log$ | ||
6 | # Revision 1.1 2005/01/27 10:34:16 stanleyhopcroft | 5 | # Revision 1.1 2005/01/27 10:34:16 stanleyhopcroft |
7 | # Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob pretty weak | 6 | # Jon Meek's check_traceroute for Mon hacked by YT for Nagios. Prob pretty weak |
8 | # | 7 | # |
@@ -32,7 +31,7 @@ getopts('i:H:N:R:T:dhrvV'); | |||
32 | do { print_help ; exit $ERRORS{OK}; } | 31 | do { print_help ; exit $ERRORS{OK}; } |
33 | if $opt_h ; | 32 | if $opt_h ; |
34 | 33 | ||
35 | do { print_revision($PROGNAME, '$Revision$'); exit $ERRORS{OK}; } | 34 | do { print_revision($PROGNAME, '$Revision: 1115 $'); exit $ERRORS{OK}; } |
36 | if $opt_V ; | 35 | if $opt_V ; |
37 | 36 | ||
38 | do { print_help; exit $ERRORS{OK}; } | 37 | do { print_help; exit $ERRORS{OK}; } |
@@ -176,7 +175,7 @@ sub print_usage () { | |||
176 | } | 175 | } |
177 | 176 | ||
178 | sub print_help () { | 177 | sub print_help () { |
179 | print_revision($PROGNAME, '$Revision$') ; | 178 | print_revision($PROGNAME, '$Revision: 1115 $') ; |
180 | print "Copyright (c) 2004 J Meek/Karl DeBisschop | 179 | print "Copyright (c) 2004 J Meek/Karl DeBisschop |
181 | 180 | ||
182 | This plugin checks whether traceroute to the destination succeeds and if so that the route string option (-R) matches the list of routers | 181 | This plugin checks whether traceroute to the destination succeeds and if so that the route string option (-R) matches the list of routers |