ansible-roles/haproxy/templates/munin.conf.j2

5 lines
161 B
Django/Jinja

[haproxy_*]
{% if haproxy_stats_internal_enable %}
env.url http://{{ haproxy_stats_internal_host }}:{{ haproxy_stats_internal_port }}/;csv;norefresh
{% endif %}