Ticket #462: munin.patch
| File munin.patch, 2.5 kB (added by nickhill, 5 years ago) |
|---|
-
munin-1.3.3/dists/debian/plugins.conf
old new 4 4 # group <group> # Set the group to run the plugin as. 5 5 # command <command> # Run <command> instead of the plugin. %c expands to 6 6 # what would normally be run. 7 # env.<variable> # Sets <variable> in the plugin's environment, see the7 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 8 8 # individual plugins to find out which variables they 9 9 # care about. 10 # Re-start munin-node for changes to take effect 10 11 11 12 [apt] 12 13 user root -
munin-1.3.3/dists/freebsd/munin-node/files/plugins.conf
old new 6 6 # group <group> # Set the group to run the plugin as 7 7 # command <command> # Run <command> instead of the plugin. %c 8 8 # expands to what would normally be run. 9 # env.<variable> # Sets <variable> in the plugin's environment, see the9 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 10 10 # individual plugins to find out which variables they 11 11 # care about. 12 12 # 13 # 13 # re-start munin-node for changes to take effect. 14 14 15 15 [mysql*] 16 16 #env.mysqlopts -u someuser -
munin-1.3.3/dists/tarball/plugins.conf
old new 6 6 # group <group> # Set the group to run the plugin as 7 7 # command <command> # Run <command> instead of the plugin. %c 8 8 # expands to what would normally be run. 9 # env.<variable> # Sets <variable> in the plugin's environment, see the9 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 10 10 # individual plugins to find out which variables they 11 11 # care about. 12 12 # 13 # 13 #Re-start munin-node for changes to take effect 14 14 15 15 [mysql*] 16 16 #env.mysqlopts -u someuser
