mirror of https://github.com/Aidaho12/haproxy-wi
parent
26bdb9a108
commit
fe05e93ba3
|
@ -32,9 +32,6 @@ defaults
|
||||||
listen stats
|
listen stats
|
||||||
bind *:{{STAT_PORT}}
|
bind *:{{STAT_PORT}}
|
||||||
{% if ansible_os_family == "RedHat" %}
|
{% if ansible_os_family == "RedHat" %}
|
||||||
{% if HAPVER != '2.5.1-1' or HAPVER != '2.6.0-1' %}
|
|
||||||
option http-use-htx
|
|
||||||
{% endif %}
|
|
||||||
http-request use-service prometheus-exporter if { path /metrics }
|
http-request use-service prometheus-exporter if { path /metrics }
|
||||||
{% endif %}
|
{% endif %}
|
||||||
stats enable
|
stats enable
|
||||||
|
|
Loading…
Reference in New Issue