Index: /server/fedora/config/etc/munin/plugin-conf.d/hddtemp_smartctl
===================================================================
--- /server/fedora/config/etc/munin/plugin-conf.d/hddtemp_smartctl	(revision 503)
+++ /server/fedora/config/etc/munin/plugin-conf.d/hddtemp_smartctl	(revision 503)
@@ -0,0 +1,3 @@
+[hddtemp_smartctl]
+user root
+env.drives sda sdb
Index: /server/fedora/config/etc/munin/plugin-conf.d/munin-node
===================================================================
--- /server/fedora/config/etc/munin/plugin-conf.d/munin-node	(revision 503)
+++ /server/fedora/config/etc/munin/plugin-conf.d/munin-node	(revision 503)
@@ -0,0 +1,34 @@
+#
+# This file contains configuration options for the plugins. Three
+# options are understood by munin-node itself:
+#
+# 	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.
+#
+#
+
+[mysql*]
+#env.mysqlopts -u someuser
+
+[exim*]
+group mail
+
+[cps*]
+user root
+
+[apt]
+user root
+
+[vlan*]
+user root
+
+[postfix*]
+user root
+
+[smart_*]
+user root
