Changeset 1259 for trunk/server/fedora/config/etc/munin/munin-node.conf
- Timestamp:
- Jul 9, 2009, 3:48:21 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:mergeinfo
set to
False
/branches/fc11-dev merged eligible
-
Property
svn:mergeinfo
set to
False
-
trunk/server/fedora/config/etc/munin/munin-node.conf
r847 r1259 5 5 log_level 4 6 6 log_file /var/log/munin/munin-node.log 7 port 49498 7 pid_file /var/run/munin/munin-node.pid 8 9 9 background 1 10 10 setseid 1 11 11 12 # Which port to bind to;13 host *14 12 user munin 15 13 group munin … … 23 21 ignore_file \.dpkg-(tmp|new|old|dist)$ 24 22 ignore_file \.rpm(save|new)$ 23 ignore_file \.pod$ 25 24 26 25 # Set this if the client doesn't report the correct hostname when 27 26 # telnetting to localhost, port 4949 28 27 # 29 #host_name ppc2.fedora.redhat.com28 #host_name x86-3.fedora.phx.redhat.com 30 29 31 30 # A list of addresses that are allowed to connect. This must be a … … 37 36 allow ^18\.187\.1\.128$ 38 37 allow ^18\.181\.0\.65$ 38 39 # Which address to bind to; 40 host * 41 # host 127.0.0.1 42 43 # And which port 44 port 4949 45
Note: See TracChangeset
for help on using the changeset viewer.