haproxy: let's assume zabbix is up for now

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-18 10:11:03 +01:00
parent a242509f6d
commit 25ff2bea69

View file

@ -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 %}