diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-28 22:14:17 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-09-28 22:14:17 (GMT) |
commit | aac0980edba65766fa0dbcccec5ffd74326a0030 (patch) | |
tree | f4065467a4621cab14461219559a34aa4c3c4c7a /plugins/t/check_http.t | |
parent | 4ad0f80ec3a136d1c45ee7a9957a8acdef6d4afc (diff) | |
download | monitoring-plugins-aac0980edba65766fa0dbcccec5ffd74326a0030.tar.gz |
Change default host names for some tests
Testing "nagiosplugins.org" will currently not work.
Diffstat (limited to 'plugins/t/check_http.t')
-rw-r--r-- | plugins/t/check_http.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index f77387d..2908673 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t | |||
@@ -32,7 +32,7 @@ my $internet_access = getTestParameter( "NP_INTERNET_ACCESS", | |||
32 | 32 | ||
33 | my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2", | 33 | my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2", |
34 | "A host providing an index page containing the string 'nagios'", | 34 | "A host providing an index page containing the string 'nagios'", |
35 | "nagiosplugins.org" ); | 35 | "nagios.org" ); |
36 | 36 | ||
37 | 37 | ||
38 | $res = NPTest->testCmd( | 38 | $res = NPTest->testCmd( |