Imported Upstream version 1.4.13+git200906171200

This commit is contained in:
Jan Wagner 2013-11-26 23:56:50 +01:00
parent 4ab9f0d24c
commit d0b8ab8112
362 changed files with 34110 additions and 10773 deletions

View file

@ -7,7 +7,6 @@
#
# Date: 1999/09/20
#
# $Id: check_ircd.pl 22 2002-05-07 05:35:49Z sghosh $
#
# Description: This script will check to see if an IRCD is running
# about how many users it has
@ -119,7 +118,7 @@ sub print_usage () {
sub print_help ()
{
print_revision($PROGNAME,'$Revision: 22 $ ');
print_revision($PROGNAME,'@NP_VERSION@');
print "Copyright (c) 2000 Richard Mayhew/Karl DeBisschop
Perl Check IRCD plugin for Nagios
@ -190,7 +189,7 @@ MAIN:
"H=s" => \$opt_H, "hostname=s" => \$opt_H);
if ($opt_V) {
print_revision($PROGNAME,'$Revision: 22 $ ');
print_revision($PROGNAME,'@NP_VERSION@');
exit $ERRORS{'OK'};
}