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

« back to all changes in this revision

Viewing changes to contrib/check_wins.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_wins.pl 2091 2008-11-23 05:38:47Z dermoth $
 
3
# $Id: check_wins.pl 940 2004-11-25 04:46:16Z stanleyhopcroft $
4
4
 
5
5
# Revision 1.3  2004/11/25 04:46:16  stanleyhopcroft
6
6
# Non functional tidy ups to check_wins
189
189
}
190
190
 
191
191
sub print_help () {
192
 
        print_revision($PROGNAME,'$Revision: 2091 $ ');
 
192
        print_revision($PROGNAME,'$Revision: 940 $ ');
193
193
        print "Copyright (c) 2001 Karl DeBisschop/S Hopcroft
194
194
 
195
195
Perl Check WINS plugin for NetSaint.
236
236
}
237
237
 
238
238
sub version () {
239
 
        print_revision($PROGNAME,'$Revision: 2091 $ ');
 
239
        print_revision($PROGNAME,'$Revision: 940 $ ');
240
240
        exit $ERRORS{'OK'};
241
241
}
242
242