- Timestamp:
- Jun 3, 2009, 11:27:53 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/fc11-dev/server/fedora/config/etc/munin/munin-node.conf
r847 r1159 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.