haproxy: Take into account haproxy_stats_path for munin
gitea/ansible-roles/pipeline/head This commit looks good Details

pull/162/head
Mathieu Trossevin 7 months ago
parent 0748a090c3
commit 141423f966
Signed by: mtrossevin
GPG Key ID: D1DBB7EA828374E9

@ -1,4 +1,4 @@
[haproxy_*]
{% if haproxy_stats_internal_enable %}
env.url http://{{ haproxy_stats_internal_host }}:{{ haproxy_stats_internal_port }}/;csv;norefresh
env.url http://{{ haproxy_stats_internal_host }}:{{ haproxy_stats_internal_port }}{{ haproxy_stats_path }};csv;norefresh
{% endif %}

Loading…
Cancel
Save