diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-01-08 16:05:36 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-01-08 16:05:36 (GMT) |
commit | 8a4f1385270d8d7700a90f0705683187a10a664f (patch) | |
tree | 67afe0706d33c10dd4f934ab3e7b59bd9621b05a /plugins/t/check_dns.t | |
parent | 3120fe3806ac2df69be10097b71ec84974bbcea7 (diff) | |
download | monitoring-plugins-8a4f1385270d8d7700a90f0705683187a10a664f.tar.gz |
Changed default test values for check_dns (using nagios.com)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1902 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/t/check_dns.t')
-rw-r--r-- | plugins/t/check_dns.t | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/t/check_dns.t b/plugins/t/check_dns.t index 6d81b21..fc89e6e 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/'; | |||
18 | my $hostname_valid = getTestParameter( | 18 | my $hostname_valid = getTestParameter( |
19 | "NP_HOSTNAME_VALID", | 19 | "NP_HOSTNAME_VALID", |
20 | "A valid (known to DNS) hostname", | 20 | "A valid (known to DNS) hostname", |
21 | "apple.com" | 21 | "nagios.com" |
22 | ); | 22 | ); |
23 | 23 | ||
24 | my $hostname_valid_ip = getTestParameter( | 24 | my $hostname_valid_ip = getTestParameter( |
25 | "NP_HOSTNAME_VALID_IP", | 25 | "NP_HOSTNAME_VALID_IP", |
26 | "The IP address of the valid hostname $hostname_valid", | 26 | "The IP address of the valid hostname $hostname_valid", |
27 | "17.254.3.183" | 27 | "66.118.156.50", |
28 | ); | 28 | ); |
29 | 29 | ||
30 | my $hostname_valid_reverse = getTestParameter( | 30 | my $hostname_valid_reverse = getTestParameter( |
31 | "NP_HOSTNAME_VALID_REVERSE", | 31 | "NP_HOSTNAME_VALID_REVERSE", |
32 | "The hostname of $hostname_valid_ip", | 32 | "The hostname of $hostname_valid_ip", |
33 | $hostname_valid."." | 33 | "66-118-156-50.static.sagonet.net.", |
34 | ); | 34 | ); |
35 | 35 | ||
36 | my $hostname_invalid = getTestParameter( | 36 | my $hostname_invalid = getTestParameter( |