source: branches/fc15-dev/lvs/debian/config/etc/munin/munin-node.conf @ 2055

Last change on this file since 2055 was 2055, checked in by achernya, 12 years ago
Merge r2039-r2054 from trunk to branches/fc15-dev
File size: 937 bytes
RevLine 
[558]1#
2# Example config-file for munin-node
3#
4
5log_level 4
6log_file /var/log/munin/munin-node.log
7port 4949
8pid_file /var/run/munin/munin-node.pid
9background 1
10setseid 1
11
12# Which port to bind to;
13host *
14user root
15group root
[2055]16setsid 1
[558]17
18# Regexps for files to ignore
19
[2055]20#ignore_file [#~]$  # FIX doesn't work. '#' starts a comment
21ignore_file DEADJOE$
[558]22ignore_file \.bak$
23ignore_file %$
24ignore_file \.dpkg-(tmp|new|old|dist)$
25ignore_file \.rpm(save|new)$
[2055]26ignore_file \.pod$
[558]27
28# Set this if the client doesn't report the correct hostname when
29# telnetting to localhost, port 4949
30#
31#host_name localhost.localdomain
32
33# A list of addresses that are allowed to connect.  This must be a
34# regular expression, due to brain damage in Net::Server, which
35# doesn't understand CIDR-style network notation.  You may repeat
36# the allow line as many times as you'd like
37
38allow ^127\.0\.0\.1$
39allow ^18\.187\.1\.128$
[625]40allow ^18\.181\.0\.65$
[1359]41allow ^18\.181\.0\.51$
Note: See TracBrowser for help on using the repository browser.