homeserver/roles/mgrote_munin_server/templates/munin.conf
Michael Grote 36ad021bd6
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/pr/gitleaks Pipeline was successful
ci/woodpecker/pr/ansible-lint Pipeline failed
ci/woodpecker/push/ansible-lint Pipeline failed
ff
2024-08-12 13:06:55 +02:00

15 lines
291 B
Text

includedir /etc/munin/munin-conf.d
# Munin hosts.
{% for host in munin_hosts %}
[{{ host.name }}]
{% if host.address is defined %}
address {{ host.address }}
{% endif %}
{% if host.extra is defined %}
{% for extra in host.extra %}
{{ extra }}
{% endfor %}
{% endif %}
{% endfor %}