ansible-roles/haproxy/templates/munin.conf.j2
Jérémy Lecour a5a2c6e335
All checks were successful
continuous-integration/drone/push Build is passing
haproxy: dedicated internal address/binding (without SSL)
2021-04-06 14:41:03 +02:00

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 %}