fuel-library/deployment/puppet/haproxy/templates/haproxy-stats.cfg.erb
Dmitry Ilyin f5c5f739bc Add haproxy_stats to the haproxy config
* Enables statistics page to monitor haproxy status
* Prevent haproxy from failing to start if there
  are no cfg includes present

Change-Id: I055811107bf959dc156448f9a5a457fb2d569d3f
Closes-Bug: 1337261
2014-07-04 18:12:49 +04:00

10 lines
155 B
Plaintext

listen Stats *:<%= @stats_port %>
mode http
stats enable
stats uri /
stats refresh 5s
stats show-node
stats show-legends
stats hide-version