2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2026 by someone <someone@somenet.org>
10 # Example config-file for munin-node
14 log_file /var/log/munin/munin-node.log
15 pid_file /var/run/munin/munin-node.pid
23 # This is the timeout for the whole transaction.
24 # Units are in sec. Default is 15 min
28 # This is the timeout for each plugin.
29 # Units are in sec. Default is 1 min
33 # Regexps for files to ignore
38 ignore_file \.dpkg-(tmp|new|old|dist)$
39 ignore_file \.rpm(save|new)$
42 # Set this if the client doesn't report the correct hostname when
43 # telnetting to localhost, port 4949
45 #host_name localhost.localdomain
47 # A list of addresses that are allowed to connect. This must be a
48 # regular expression, since Net::Server does not understand CIDR-style
49 # network notation unless the perl module Net::CIDR is installed. You
50 # may repeat the allow line as many times as you'd like
55 # If you have installed the Net::CIDR perl module, you can use one or more
56 # cidr_allow and cidr_deny address/mask patterns. A connecting client must
57 # match any cidr_allow, and not match any cidr_deny. Note that a netmask
58 # *must* be provided, even if it's /32
62 # cidr_allow 127.0.0.1/32
63 # cidr_allow 192.0.2.0/24
64 # cidr_deny 192.0.2.42/32
66 # Which address to bind to;