From 42c2576f42f74c7bbb54bd70849b5a284c6e8804 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 6 Sep 2023 11:38:19 +0200
Subject: [PATCH] update docs

---
 docs/20_Checks/check_http.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/20_Checks/check_http.md b/docs/20_Checks/check_http.md
index d229b21..67da17a 100644
--- a/docs/20_Checks/check_http.md
+++ b/docs/20_Checks/check_http.md
@@ -47,7 +47,8 @@ PARAMETERS:
   Define request:
   -u URL           Set url to fetch; eg. https://www.example.com/
   -m METHOD        Set a method, eg. HEAD; default: GET
-  -c PARAMS        additional curl params
+  -c PARAMS        additional curl params; curl will be executed 
+                   with '[PARAMS] -si -X [METHOD] --connect-timeout 10 [URL]'
 
   What to check:
   -s STATUSCODE    exact Statuscode to check; 3 digits; by default critical
-- 
GitLab