ansible-roles/haproxy/templates/munin.conf.j2
Mathieu Trossevin 141423f966
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good
haproxy: Take into account haproxy_stats_path for munin
2022-08-10 10:24:55 +02:00

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