Replies: 1 comment 6 replies
-
|
I don't understand the question |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
is there a reason not to bind the haproxy stats endoint on the cluster vip if this is available?
listen stats mode http {% if cluster_vip is defined and cluster_vip | length > 0 %} bind {{ cluster_vip }}:{{ haproxy_listen_port.stats }} {% else %} bind {{ hostvars[inventory_hostname]['inventory_hostname'] }}:{{ haproxy_listen_port.stats }} {% endif %} stats enable stats uri /Edit: I meant stats not /metric
Beta Was this translation helpful? Give feedback.
All reactions