Imported Upstream version 1.4.8

This commit is contained in:
Jan Wagner 2013-11-26 23:53:44 +01:00
parent 6a280f6f24
commit 6dd54dd8e2
352 changed files with 42813 additions and 27251 deletions

View file

@ -1,4 +0,0 @@
/check_file_age.t/1.1/Thu Dec 15 15:17:49 2005//Tr1_4_5
/check_rpc.t/1.2/Mon Jul 25 01:47:15 2005//Tr1_4_5
/utils.t/1.2/Fri Oct 27 15:37:31 2006//Tr1_4_5
D

View file

@ -1 +0,0 @@
nagiosplug/plugins-scripts/t

View file

@ -1 +0,0 @@
:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug

View file

@ -1 +0,0 @@
Nr1_4_5

View file

@ -2,7 +2,7 @@
#
# utils.pm tests
#
# $Id: utils.t,v 1.2 2006/10/27 15:37:31 tonvoon Exp $
# $Id: utils.t,v 1.3 2006/12/12 12:59:06 tonvoon Exp $
#
# Run with perl t/utils.t
@ -35,6 +35,8 @@ my $hostname_checks = {
"host.888." => 1,
"where.did.that.!.come.from." => 0,
"no.underscores_.com" => 0,
"a.somecompany.com" => 1,
"host.a.com" => 1,
};
plan tests => ((scalar keys %$hostname_checks) + 4);