diff options
author | Jonny007-MKD <nospam@jonny007-mkd.de> | 2021-05-24 18:40:02 (GMT) |
---|---|---|
committer | Sven Nierlein <sven@nierlein.org> | 2021-09-02 07:56:39 (GMT) |
commit | cfc43a327526d838db5ec81f5594df4a14319786 (patch) | |
tree | 177b439e8964832b5ed3e0455f05ea4c232f36f7 /plugins/t | |
parent | 2056c5853175e6ad0e041ff3776e10d9e612b521 (diff) | |
download | monitoring-plugins-cfc43a327526d838db5ec81f5594df4a14319786.tar.gz |
Improvements suggested by tobiaswiese
Diffstat (limited to 'plugins/t')
-rw-r--r-- | plugins/t/check_dns.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_dns.t b/plugins/t/check_dns.t index 1e7d534..afb2062 100644 --- a/plugins/t/check_dns.t +++ b/plugins/t/check_dns.t | |||
@@ -58,7 +58,7 @@ my $dns_server = getTestParameter( | |||
58 | my $host_nonresponsive = getTestParameter( | 58 | my $host_nonresponsive = getTestParameter( |
59 | "NP_HOST_NONRESPONSIVE", | 59 | "NP_HOST_NONRESPONSIVE", |
60 | "The hostname of system not responsive to network requests", | 60 | "The hostname of system not responsive to network requests", |
61 | "192.0.2.0", | 61 | "10.0.0.1", |
62 | ); | 62 | ); |
63 | 63 | ||
64 | my $res; | 64 | my $res; |