aboutsummaryrefslogtreecommitdiff
path: root/plugins/t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t')
-rw-r--r--plugins/t/check_dns.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/t/check_dns.t b/plugins/t/check_dns.t
index 6d81b21c..fc89e6e5 100644
--- a/plugins/t/check_dns.t
+++ b/plugins/t/check_dns.t
@@ -18,19 +18,19 @@ my $successOutput = '/DNS OK: [\.0-9]+ seconds? response time/';
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(