From 2b726e0ed42e845483e6195a06e9252bda5ed5b2 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 28 Jul 2023 11:21:21 +0200 Subject: [PATCH] check_haproxy_health update doc page --- docs/20_Checks/check_haproxy_health.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/docs/20_Checks/check_haproxy_health.md b/docs/20_Checks/check_haproxy_health.md index 5193c0f..e0fefd8 100644 --- a/docs/20_Checks/check_haproxy_health.md +++ b/docs/20_Checks/check_haproxy_health.md @@ -2,18 +2,8 @@ ## Introduction -**check_haproxy_health** checks if kernel logs inconsistency messages in the journallog. -It requires sudo permission on /bin/journalctl - -If it would find error messages it switches to critical and shows the found journallog entries. - -## Requirements - -* sudo permission on /bin/journalctl to scan for the information - -```txt -icingaclient ALL=(ALL) NOPASSWD: /bin/journalctl -``` +**check_haproxy_health** checks health url of haproxy service. +The url of it will be detected from /etc/haproxy/haproxy.cfg. ## Syntax -- GitLab