[Nagiosplug-checkins] nagiosplug/plugins/t check_dns.t,1.5,1.6

Ton Voon tonvoon at users.sourceforge.net
Fri Mar 24 09:27:03 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/plugins/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11000

Modified Files:
	check_dns.t 
Log Message:
Fixing defaults to work


Index: check_dns.t
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins/t/check_dns.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- check_dns.t	22 Mar 2006 16:45:57 -0000	1.5
+++ check_dns.t	24 Mar 2006 17:26:30 -0000	1.6
@@ -18,19 +18,19 @@
 my $hostname_valid = getTestParameter( 
 			"NP_HOSTNAME_VALID",
 			"A valid (known to DNS) hostname",
-			"www.apple.com"
+			"apple.com"
 			);
 
 my $hostname_valid_ip = getTestParameter(
 			"NP_HOSTNAME_VALID_IP",
 			"The IP address of the valid hostname $hostname_valid",
-			"17.112.152.32"
+			"17.254.3.183"
 			);
 
 my $hostname_valid_reverse = getTestParameter(
 			"NP_HOSTNAME_VALID_REVERSE",
 			"The hostname of $hostname_valid_ip",
-			$hostname_valid
+			$hostname_valid."."
 			);
 
 my $hostname_invalid = getTestParameter( 





More information about the Commits mailing list