summaryrefslogtreecommitdiffstats
path: root/contrib/check_ica_metaframe_pub_apps.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_ica_metaframe_pub_apps.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_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