haproxy: zabbix returns either 200 or 401

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2021-03-17 16:45:58 +01:00
parent ea9d107ef8
commit 36de1196e1

View file

@ -495,4 +495,5 @@ backend zabbix-backend
server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2 server zabbix01 zabbix01:80 check inter 10s rise 1 fall 2
option httpchk GET / option httpchk GET /
http-check expect status 401 http-check expect status 401
http-check expect status 200
{% endif %} {% endif %}