From a38fc56b74ae0fa7416dc7221d48cb5b165f698b Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 28 Jul 2023 11:51:03 +0200
Subject: [PATCH] haproxy_health: update help text

---
 check_haproxy_health                   | 1 +
 docs/20_Checks/check_haproxy_health.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/check_haproxy_health b/check_haproxy_health
index 1d3d349..7f7590d 100755
--- a/check_haproxy_health
+++ b/check_haproxy_health
@@ -40,6 +40,7 @@ It requires wget to handle the http request.
 Non OK values occur:
   UNKNOWN - if $HAPROXYcfgfile cannot be read
           - haproxy is not in http mode
+          - the url wasn't detected
           - the detected status url doesn't send a response
   ERROR - the detected status url did not respond with Http status 
           code 200
diff --git a/docs/20_Checks/check_haproxy_health.md b/docs/20_Checks/check_haproxy_health.md
index e0fefd8..4211e4c 100644
--- a/docs/20_Checks/check_haproxy_health.md
+++ b/docs/20_Checks/check_haproxy_health.md
@@ -26,6 +26,7 @@ It requires wget to handle the http request.
 Non OK values occur:
   UNKNOWN - if /etc/haproxy/haproxy.cfg cannot be read
           - haproxy is not in http mode
+          - the url wasn't detected
           - the detected status url doesn't send a response
   ERROR - the detected status url did not respond with Http status 
           code 200
-- 
GitLab