summaryrefslogtreecommitdiffstats
path: root/plugins/t
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-01-20 01:20:28 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-01-20 02:01:55 (GMT)
commita8c9b696f47c8abf777a0a67ee98616bc9a219a9 (patch)
treefb29c9a313969036c0dc1404fa2ceeaf3d813bba /plugins/t
parent9445ce6f5b7167cfa33e32942412c08a6f4d69ee (diff)
downloadmonitoring-plugins-a8c9b696f47c8abf777a0a67ee98616bc9a219a9.tar.gz
Minor fixes to be amended into "rename" commit
Diffstat (limited to 'plugins/t')
-rw-r--r--plugins/t/check_http.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t
index 5bd27d2..a74220e 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
33my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2", 33my $host_tcp_http2 = getTestParameter( "NP_HOST_TCP_HTTP2",
34 "A host providing an index page containing the string 'monitoring'", 34 "A host providing an index page containing the string 'monitoring'",
35 "monitoring-plugins.org" ); 35 "test.monitoring-plugins.org" );
36 36
37 37
38$res = NPTest->testCmd( 38$res = NPTest->testCmd(