5c2cefb
#
5c2cefb
# Example config file for munin-node. You don't have to edit anything in
5c2cefb
# this file if you are using munin-asyncd.
5c2cefb
#
5c2cefb
5c2cefb
log_level 4
5c2cefb
log_file /var/log/munin-node/munin-node.log
5c2cefb
pid_file /var/run/munin/munin-node.pid
5c2cefb
5c2cefb
background 1
5c2cefb
setsid 1
5c2cefb
5c2cefb
user root
5c2cefb
group root
5c2cefb
5c2cefb
# This is the timeout for the whole transaction.
5c2cefb
# Units are in sec. Default is 15 min
5c2cefb
#
5c2cefb
# global_timeout 900
5c2cefb
5c2cefb
# This is the timeout for each plugin.
5c2cefb
# Units are in sec. Default is 1 min
5c2cefb
#
5c2cefb
# timeout 60
5c2cefb
5c2cefb
# Regexps for files to ignore
5c2cefb
ignore_file [\#~]$
5c2cefb
ignore_file DEADJOE$
5c2cefb
ignore_file \.bak$
5c2cefb
ignore_file %$
5c2cefb
ignore_file \.dpkg-(tmp|new|old|dist)$
5c2cefb
ignore_file \.rpm(save|new|orig)$
5c2cefb
ignore_file \.pod$
5c2cefb
5c2cefb
# Set this if the client doesn't report the correct hostname when
5c2cefb
# telnetting to localhost, port 4949
5c2cefb
#
5c2cefb
#host_name localhost.localdomain
5c2cefb
5c2cefb
# A list of addresses that are allowed to connect.  This must be a
5c2cefb
# regular expression, since Net::Server does not understand CIDR-style
5c2cefb
# network notation unless the perl module Net::CIDR is installed.  You
5c2cefb
# may repeat the allow line as many times as you'd like
5c2cefb
5c2cefb
allow ^127\.0\.0\.1$
5c2cefb
allow ^::1$
5c2cefb
5c2cefb
# If you have installed the Net::CIDR perl module, you can use one or more
5c2cefb
# cidr_allow and cidr_deny address/mask patterns.  A connecting client must
5c2cefb
# match any cidr_allow, and not match any cidr_deny.  Note that a netmask
5c2cefb
# *must* be provided, even if it's /32
5c2cefb
#
5c2cefb
# Example:
5c2cefb
#
5c2cefb
#cidr_allow 127.0.0.1/32
5c2cefb
#cidr_allow 192.0.2.0/24
5c2cefb
#cidr_deny  192.0.2.42/32
5c2cefb
5c2cefb
# Which address to bind to;
5c2cefb
host *
5c2cefb
#host 127.0.0.1
5c2cefb
5c2cefb
# And which port
5c2cefb
port 4949
5c2cefb