Add Administration Capabilites to the Haproxy Stats GUI
Change-Id: If1717f539167d4a6b67e14616bd1de7fbd31dd46 Closes-Bug: #1499097
This commit is contained in:
parent
798fb26378
commit
00a3ff23c5
@ -29,5 +29,8 @@ listen stats {{ haproxy_stats_bind_address }}:{{ haproxy_stats_port }}
|
|||||||
stats hide-version
|
stats hide-version
|
||||||
stats realm Haproxy\ Statistics
|
stats realm Haproxy\ Statistics
|
||||||
stats uri /
|
stats uri /
|
||||||
|
stats show-node
|
||||||
|
stats show-legends
|
||||||
stats auth {{ haproxy_username }}:{{ haproxy_stats_password }}
|
stats auth {{ haproxy_username }}:{{ haproxy_stats_password }}
|
||||||
|
stats admin if TRUE
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user