30 lines
518 B
Django/Jinja
30 lines
518 B
Django/Jinja
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 }}
|
|
|