ansible-role-munin-node/templates/munin-node.conf.j2

30 lines
518 B
Plaintext
Raw Normal View History

2020-04-16 23:29:15 +00:00
log_level 4
log_file /var/log/munin/munin-node.log
pid_file /var/run/munin/munin-node.pid
background 1
setsid 1
user root
group root
ignore_file [\#~]$
ignore_file DEADJOE$
ignore_file \.bak$
ignore_file %$
ignore_file \.dpkg-(tmp|new|old|dist)$
ignore_file \.rpm(save|new)$
ignore_file \.pod$
{% for ip in munin_servers %}
allow ^{{ ip | regex_replace('\.', '\\\.') }}$
{% endfor %}
allow ^127\.0\.0\.1$
allow ^::1$
host_name {{ munin_node_host_name }}
host {{ munin_node_ip_bind }}
port {{ munin_node_port }}