diff options
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 | ||
