%PDF- %PDF-
Direktori : /backups/router/usr/local/opnsense/service/templates/OPNsense/Muninnode/ |
Current File : //backups/router/usr/local/opnsense/service/templates/OPNsense/Muninnode/munin-node.conf |
{% if helpers.exists('OPNsense.muninnode.general.enabled') and OPNsense.muninnode.general.enabled == '1' %} 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 wheel # Regexps for files to ignore 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$ ignore_file \.sample$ host_name {{ OPNsense.muninnode.general.hostname }} {% if helpers.exists('OPNsense.muninnode.general.allowednetworks') %} {% for network in OPNsense.muninnode.general.allowednetworks.split(',') %} cidr_allow {{ network }} {% endfor %} {% endif %} host * port {{ OPNsense.muninnode.general.port }} {% endif %}