Index: branches/fc11-dev/server/fedora/config/etc/munin/munin-node.conf
===================================================================
--- branches/fc11-dev/server/fedora/config/etc/munin/munin-node.conf	(revision 1158)
+++ branches/fc11-dev/server/fedora/config/etc/munin/munin-node.conf	(revision 1159)
@@ -5,11 +5,9 @@
 log_level 4
 log_file /var/log/munin/munin-node.log
-port 4949
 pid_file /var/run/munin/munin-node.pid
+
 background 1
 setseid 1
 
-# Which port to bind to;
-host *
 user munin
 group munin
@@ -23,9 +21,10 @@
 ignore_file \.dpkg-(tmp|new|old|dist)$
 ignore_file \.rpm(save|new)$
+ignore_file \.pod$
 
 # Set this if the client doesn't report the correct hostname when
 # telnetting to localhost, port 4949
 #
-#host_name ppc2.fedora.redhat.com
+#host_name x86-3.fedora.phx.redhat.com
 
 # A list of addresses that are allowed to connect.  This must be a
@@ -37,2 +36,10 @@
 allow ^18\.187\.1\.128$
 allow ^18\.181\.0\.65$
+
+# Which address to bind to;
+host *
+# host 127.0.0.1
+
+# And which port
+port 4949
+
Index: branches/fc11-dev/server/fedora/config/etc/munin/plugin-conf.d/munin-node
===================================================================
--- branches/fc11-dev/server/fedora/config/etc/munin/plugin-conf.d/munin-node	(revision 1158)
+++ branches/fc11-dev/server/fedora/config/etc/munin/plugin-conf.d/munin-node	(revision 1159)
@@ -1,13 +1,15 @@
+# This file is used to configure how the plugins are invoked.
+# Place in /etc/munin/plugin-conf.d/ or corresponding directory.
 #
-# This file contains configuration options for the plugins. Three
-# options are understood by munin-node itself:
+# PLEASE NOTE: Changes in the plugin-conf.d directory are only
+# read at munin-node startup, so restart at any changes.
 #
-# 	user <user>         # Set the user to run the plugin as
-# 	group <group>       # Set the group to run the plugin as
-# 	command <command>   # Run <command> instead of the plugin. %c
-# 	                      expands to what would normally be run.
-#   env.<variable>      # Sets <variable> in the plugin's environment, see the
-#                         individual plugins to find out which variables they
-#                         care about.
+#  user <user>         # Set the user to run the plugin as
+#  group <group>       # Set the group to run the plugin as
+#  command <command>   # Run <command> instead of the plugin. %c
+# 	                 expands to what would normally be run.
+#  env.<variable> <value> # Sets <variable> in the plugin's environment, see the
+#                        individual plugins to find out which variables they
+#                        care about.
 #
 #
