From b3a0df510d0d21dd0972f25f4ecfc96bc9aa6819 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 17 Mar 2021 15:58:50 +0100 Subject: [PATCH] haproxy: fix the path where haproxy check for zabbix Signed-off-by: Pierre-Yves Chibon --- roles/haproxy/templates/haproxy.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 1fa381d70b..f55da1dd57 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -493,5 +493,5 @@ frontend zabbix-frontend backend zabbix-backend balance hdr(appserver) server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 - option httpchk GET /zabbix/ + option httpchk GET / {% endif %}