fuel-library/deployment/puppet/haproxy/templates/haproxy-stats.cfg.erb
Stanislaw Bogatkin f94ad53471 Adapt new haproxy module to Fuel
Change-Id: I48038540d2a69a116521466369aaaddae02bceb3
Implements: blueprint ssl-endpoints
2015-06-18 16:41:47 -05:00

13 lines
232 B
Plaintext

listen Stats
<% Array(@stats_ipaddresses).uniq.each do |ip| -%>
bind <%= ip %>:<%= @stats_port %>
<% end -%>
mode http
stats enable
stats uri /
stats refresh 5s
stats show-node
stats show-legends
stats hide-version