haproxy: fix the path where haproxy check for zabbix

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-17 15:58:50 +01:00
parent b89408dc87
commit b3a0df510d

View file

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