From 25ff2bea69fe7ba3eb2515e607cfed0b3f2a3301 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 18 Mar 2021 10:11:03 +0100 Subject: [PATCH] haproxy: let's assume zabbix is up for now Signed-off-by: Pierre-Yves Chibon --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index 2bccc5df3e..84b5708ec1 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -493,6 +493,6 @@ frontend zabbix-frontend backend zabbix-backend balance hdr(appserver) server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 - option httpchk GET / - http-check expect status 200,401,302 +# option httpchk GET / +# http-check expect status 200,401,302 {% endif %}