diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /contrib/check_ica_master_browser.pl | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-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_ica_master_browser.pl')
-rwxr-xr-x | contrib/check_ica_master_browser.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_ica_master_browser.pl b/contrib/check_ica_master_browser.pl index 1bbab60b..922e7187 100755 --- a/contrib/check_ica_master_browser.pl +++ b/contrib/check_ica_master_browser.pl | |||
@@ -1,8 +1,7 @@ | |||
1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
2 | 2 | ||
3 | # $Id$ | 3 | # $Id: check_ica_master_browser.pl 1099 2005-01-25 09:09:33Z stanleyhopcroft $ |
4 | 4 | ||
5 | # $Log$ | ||
6 | # Revision 1.1 2005/01/25 09:09:33 stanleyhopcroft | 5 | # Revision 1.1 2005/01/25 09:09:33 stanleyhopcroft |
7 | # New plugin - checks that ICA master browser is what it should be (important for firewalled dialup) | 6 | # New plugin - checks that ICA master browser is what it should be (important for firewalled dialup) |
8 | # | 7 | # |
@@ -170,7 +169,7 @@ sub print_usage () { | |||
170 | } | 169 | } |
171 | 170 | ||
172 | sub print_help () { | 171 | sub print_help () { |
173 | print_revision($PROGNAME,'$Revision$ '); | 172 | print_revision($PROGNAME,'$Revision: 1099 $ '); |
174 | print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft | 173 | print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft |
175 | 174 | ||
176 | Perl Check Citrix Master Browser plugin for Nagios. | 175 | Perl Check Citrix Master Browser plugin for Nagios. |
@@ -218,7 +217,7 @@ The ICA Client requests the address of the ICA master browser from the Citrix se | |||
218 | } | 217 | } |
219 | 218 | ||
220 | sub version () { | 219 | sub version () { |
221 | print_revision($PROGNAME,'$Revision$ '); | 220 | print_revision($PROGNAME,'$Revision: 1099 $ '); |
222 | exit $ERRORS{'OK'}; | 221 | exit $ERRORS{'OK'}; |
223 | } | 222 | } |
224 | 223 | ||