aboutsummaryrefslogtreecommitdiff
path: root/plugins/t
diff options
context:
space:
mode:
authorGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2016-02-22 21:59:58 +0100
committerGravatar Holger Weiss <holger@zedat.fu-berlin.de> 2016-02-22 21:59:58 +0100
commit0960239981cf490dd3e831923d3c8663bf820778 (patch)
treecf902bd9fbf7db0ab51d223312e69e6ce6dd285d /plugins/t
parentcca2b319234d3bfb30dbeb9fba714ded06c4827f (diff)
downloadmonitoring-plugins-0960239981cf490dd3e831923d3c8663bf820778.tar.gz
Let check_http test use HTTP/1.1
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 c2caec60..2b906e30 100644
--- a/plugins/t/check_http.t
+++ b/plugins/t/check_http.t
@@ -154,7 +154,7 @@ SKIP: {
like ( $res->output, '/time_ssl=[\d\.]+/', 'Extended Performance Data SSL Output OK' );
$res = NPTest->testCmd(
- "./check_http --ssl www.e-paycobalt.com"
+ "./check_http --ssl -H www.e-paycobalt.com"
);
cmp_ok( $res->return_code, "==", 0, "Can read https for www.e-paycobalt.com (uses AES certificate)" );