View difference between Paste ID: NRHXn8it and 4KRdYv2a
SHOW: | | - or go back to the newest paste.
1
log_level 4
2
log_file /var/log/munin/munin-node.log
3
pid_file /var/run/munin/munin-node.pid
4
5
background 1
6
setsid 1
7
8
user root
9
group root
10
11
12
# Regexps for files to ignore
13
ignore_file [\#~]$
14
ignore_file DEADJOE$
15
ignore_file \.bak$
16
ignore_file %$
17
ignore_file \.dpkg-(tmp|new|old|dist)$
18
ignore_file \.rpm(save|new)$
19
ignore_file \.pod$
20
21
# Set this if the client doesn't report the correct hostname when
22
# telnetting to localhost, port 4949
23
#
24
host_name localhost.localdomain
25
26
# A list of addresses that are allowed to connect.  This must be a
27
# regular expression, since Net::Server does not understand CIDR-style
28
# network notation unless the perl module Net::CIDR is installed.  You
29
# may repeat the allow line as many times as you'd like
30
31
allow ^127\.0\.0\.1$
32
33
# If you have installed the Net::CIDR perl module, you can use one or more
34
# cidr_allow and cidr_deny address/mask patterns.  A connecting client must
35
# match any cidr_allow, and not match any cidr_deny.  Note that a netmask
36
# *must* be provided, even if it's /32
37
#
38
# Example:
39
#
40
# cidr_allow 127.0.0.1/32
41
# cidr_allow 192.0.2.0/24
42
# cidr_deny  192.0.2.42/32
43
44
# Which address to bind to;
45
host *
46
#host 127.0.0.1
47
48
# And which port
49
port 4949