haproxy: let's assume zabbix is up for now
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
a242509f6d
commit
25ff2bea69
1 changed files with 2 additions and 2 deletions
|
@ -493,6 +493,6 @@ frontend zabbix-frontend
|
||||||
backend zabbix-backend
|
backend zabbix-backend
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
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 200,401,302
|
# http-check expect status 200,401,302
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue