summaryrefslogtreecommitdiffstats
path: root/contrib/check_ica_metaframe_pub_apps.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_ica_metaframe_pub_apps.pl')
-rwxr-xr-xcontrib/check_ica_metaframe_pub_apps.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_ica_metaframe_pub_apps.pl b/contrib/check_ica_metaframe_pub_apps.pl
index cc1325b..0edbdca 100755
--- a/contrib/check_ica_metaframe_pub_apps.pl
+++ b/contrib/check_ica_metaframe_pub_apps.pl
@@ -1,8 +1,7 @@
1#!/usr/bin/perl -w 1#!/usr/bin/perl -w
2 2
3# $Id$ 3# $Id: check_ica_metaframe_pub_apps.pl 1098 2005-01-25 09:07:39Z stanleyhopcroft $
4 4
5# $Log$
6# Revision 1.1 2005/01/25 09:07:39 stanleyhopcroft 5# Revision 1.1 2005/01/25 09:07:39 stanleyhopcroft
7# Replacement (structured name mainly) for check_citrix: check of ICA browse service 6# Replacement (structured name mainly) for check_citrix: check of ICA browse service
8# 7#
@@ -303,7 +302,7 @@ sub print_usage () {
303} 302}
304 303
305sub print_help () { 304sub print_help () {
306 print_revision($PROGNAME,'$Revision$ '); 305 print_revision($PROGNAME,'$Revision: 1098 $ ');
307 print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft 306 print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft
308 307
309Perl Check Citrix plugin for Nagios. 308Perl Check Citrix plugin for Nagios.
@@ -350,7 +349,7 @@ The plugin works by
350} 349}
351 350
352sub version () { 351sub version () {
353 print_revision($PROGNAME,'$Revision$ '); 352 print_revision($PROGNAME,'$Revision: 1098 $ ');
354 exit $ERRORS{'OK'}; 353 exit $ERRORS{'OK'};
355} 354}
356 355