]> git.somenet.org - root/pub/somesible.git/blob - roles/base/munin-node/files/default/munin-node.conf
[roles/workstation/kiosk_mode] borgcube like kiosk mode
[root/pub/somesible.git] / roles / base / munin-node / files / default / munin-node.conf
1 #
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>
7 #
8
9 #
10 # Example config-file for munin-node
11 #
12
13 log_level 4
14 log_file /var/log/munin/munin-node.log
15 pid_file /var/run/munin/munin-node.pid
16
17 background 1
18 setsid 1
19
20 user root
21 group root
22
23 # This is the timeout for the whole transaction.
24 # Units are in sec. Default is 15 min
25 #
26 # global_timeout 900
27
28 # This is the timeout for each plugin.
29 # Units are in sec. Default is 1 min
30 #
31 # timeout 60
32
33 # Regexps for files to ignore
34 ignore_file [\#~]$
35 ignore_file DEADJOE$
36 ignore_file \.bak$
37 ignore_file %$
38 ignore_file \.dpkg-(tmp|new|old|dist)$
39 ignore_file \.rpm(save|new)$
40 ignore_file \.pod$
41
42 # Set this if the client doesn't report the correct hostname when
43 # telnetting to localhost, port 4949
44 #
45 #host_name localhost.localdomain
46
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
51
52 allow ^127\.0\.0\.1$
53 allow ^::1$
54
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
59 #
60 # Example:
61 #
62 # cidr_allow 127.0.0.1/32
63 # cidr_allow 192.0.2.0/24
64 # cidr_deny  192.0.2.42/32
65
66 # Which address to bind to;
67 host 127.0.0.1
68
69 # And which port
70 port 4949