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

5 lines
184 B
Django/Jinja

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