[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1902] nagiosplug/trunk/plugins/t/check_dns.t

tonvoon at users.sourceforge.net tonvoon at users.sourceforge.net
Tue Jan 8 17:05:37 CET 2008


Revision: 1902
          http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1902&view=rev
Author:   tonvoon
Date:     2008-01-08 08:05:36 -0800 (Tue, 08 Jan 2008)

Log Message:
-----------
Changed default test values for check_dns (using nagios.com)

Modified Paths:
--------------
    nagiosplug/trunk/plugins/t/check_dns.t

Modified: nagiosplug/trunk/plugins/t/check_dns.t
===================================================================
--- nagiosplug/trunk/plugins/t/check_dns.t	2008-01-08 11:57:24 UTC (rev 1901)
+++ nagiosplug/trunk/plugins/t/check_dns.t	2008-01-08 16:05:36 UTC (rev 1902)
@@ -18,19 +18,19 @@
 my $hostname_valid = getTestParameter( 
 			"NP_HOSTNAME_VALID",
 			"A valid (known to DNS) hostname",
-			"apple.com"
+			"nagios.com"
 			);
 
 my $hostname_valid_ip = getTestParameter(
 			"NP_HOSTNAME_VALID_IP",
 			"The IP address of the valid hostname $hostname_valid",
-			"17.254.3.183"
+			"66.118.156.50",
 			);
 
 my $hostname_valid_reverse = getTestParameter(
 			"NP_HOSTNAME_VALID_REVERSE",
 			"The hostname of $hostname_valid_ip",
-			$hostname_valid."."
+			"66-118-156-50.static.sagonet.net.",
 			);
 
 my $hostname_invalid = getTestParameter( 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list