From ea9d107ef8922304b2cd0720f05f72c8edea7478 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 17 Mar 2021 16:40:25 +0100 Subject: [PATCH] haproxy: zabbix now returns 401 Signed-off-by: Pierre-Yves Chibon --- roles/haproxy/templates/haproxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index f55da1dd57..d965003c6f 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -494,4 +494,5 @@ backend zabbix-backend balance hdr(appserver) server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 option httpchk GET / + http-check expect status 401 {% endif %}