~ubuntu-branches/ubuntu/oneiric/nagios-plugins/oneiric

« back to all changes in this revision

Viewing changes to contrib/check_ica_master_browser.pl

  • Committer: Bazaar Package Importer
  • Author(s): Jan Wagner
  • Date: 2010-01-23 01:07:49 UTC
  • mto: (12.1.3 sid) (1.2.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: james.westby@ubuntu.com-20100123010749-pbdjhe76lbueoawi
Tags: upstream-1.4.14
ImportĀ upstreamĀ versionĀ 1.4.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/perl -w
2
2
 
3
 
# $Id: check_ica_master_browser.pl 2091 2008-11-23 05:38:47Z dermoth $
 
3
# $Id: check_ica_master_browser.pl 1099 2005-01-25 09:09:33Z stanleyhopcroft $
4
4
 
5
5
# Revision 1.1  2005/01/25 09:09:33  stanleyhopcroft
6
6
# New plugin - checks that ICA master browser is what it should be (important for firewalled dialup)
169
169
}
170
170
 
171
171
sub print_help () {
172
 
        print_revision($PROGNAME,'$Revision: 2091 $ ');
 
172
        print_revision($PROGNAME,'$Revision: 1099 $ ');
173
173
        print "Copyright (c) 2002 Ed Rolison/Tom De Blende/S Hopcroft
174
174
 
175
175
Perl Check Citrix Master Browser plugin for Nagios.
217
217
}
218
218
 
219
219
sub version () {
220
 
        print_revision($PROGNAME,'$Revision: 2091 $ ');
 
220
        print_revision($PROGNAME,'$Revision: 1099 $ ');
221
221
        exit $ERRORS{'OK'};
222
222
}
223
223