summaryrefslogtreecommitdiffstats
path: root/contrib/check_traceroute.pl
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-11-23 05:38:47 (GMT)
commit6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch)
tree0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_traceroute.pl
parent56cf151ae91c5081a99365848a3f060dfe14a68c (diff)
downloadmonitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_traceroute.pl')
-rwxr-xr-xcontrib/check_traceroute.pl7
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');
32do { print_help ; exit $ERRORS{OK}; } 31do { print_help ; exit $ERRORS{OK}; }
33 if $opt_h ; 32 if $opt_h ;
34 33
35do { print_revision($PROGNAME, '$Revision$'); exit $ERRORS{OK}; } 34do { print_revision($PROGNAME, '$Revision: 1115 $'); exit $ERRORS{OK}; }
36 if $opt_V ; 35 if $opt_V ;
37 36
38do { print_help; exit $ERRORS{OK}; } 37do { print_help; exit $ERRORS{OK}; }
@@ -176,7 +175,7 @@ sub print_usage () {
176} 175}
177 176
178sub print_help () { 177sub 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
182This plugin checks whether traceroute to the destination succeeds and if so that the route string option (-R) matches the list of routers 181This plugin checks whether traceroute to the destination succeeds and if so that the route string option (-R) matches the list of routers