haproxy: Take into account haproxy_stats_path for munin
gitea/ansible-roles/pipeline/head This commit looks good
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
parent
0748a090c3
commit
141423f966
@ -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…
Reference in New Issue