Changeset 1300
- Timestamp:
- 09/20/07 11:39:28 (4 years ago)
- Files:
-
- trunk/dists/debian/plugins.conf (modified) (2 diffs)
- trunk/dists/freebsd/munin-node/files/plugins.conf (modified) (1 diff)
- trunk/dists/tarball/plugins.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dists/debian/plugins.conf
r923 r1300 1 1 # This file is used to configure how the plugins are invoked. 2 # Place in /etc/munin/plugin-conf.d/ or corresponding directory. 3 # 4 # PLEASE NOTE: Changes in the plugin-conf.d directory are only 5 # read at munin-node startup, so restart at any changes. 2 6 # 3 7 # user <user> # Set the user to run the plugin as. … … 5 9 # command <command> # Run <command> instead of the plugin. %c expands to 6 10 # what would normally be run. 7 # env.<variable> # Sets <variable> in the plugin's environment, see the11 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 8 12 # individual plugins to find out which variables they 9 13 # care about. trunk/dists/freebsd/munin-node/files/plugins.conf
r860 r1300 1 # This file is used to configure how the plugins are invoked. 2 # Place in /etc/munin/plugin-conf.d/ or corresponding directory. 1 3 # 2 # This file contains configuration options for the plugins. Three3 # options are understood by munin-node itself:4 # PLEASE NOTE: Changes in the plugin-conf.d directory are only 5 # read at munin-node startup, so restart at any changes. 4 6 # 5 # user <user> # Set the user to run the plugin as6 # group <group> # Set the group to run the plugin as7 # command <command> # Run <command> instead of the plugin. %c8 # expands to what would normally be run.9 # env.<variable> # Sets <variable> in the plugin's environment, see the10 # individual plugins to find out which variables they11 # care about.12 7 # 8 # user <user> # Set the user to run the plugin as 9 # group <group> # Set the group to run the plugin as 10 # command <command> # Run <command> instead of the plugin. %c 11 # expands to what would normally be run. 12 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 13 # individual plugins to find out which variables they 14 # care about. 13 15 # 14 16 trunk/dists/tarball/plugins.conf
r860 r1300 1 # This file is used to configure how the plugins are invoked. 2 # Place in /etc/munin/plugin-conf.d/ or corresponding directory. 1 3 # 2 # This file contains configuration options for the plugins. Three3 # options are understood by munin-node itself:4 # PLEASE NOTE: Changes in the plugin-conf.d directory are only 5 # read at munin-node startup, so restart at any changes. 4 6 # 5 # user <user> # Set the user to run the plugin as6 # group <group> # Set the group to run the plugin as7 # command <command> # Run <command> instead of the plugin. %c8 # expands to what would normally be run.9 # env.<variable># Sets <variable> in the plugin's environment, see the10 # individual plugins to find out which variables they11 # care about.7 # user <user> # Set the user to run the plugin as 8 # group <group> # Set the group to run the plugin as 9 # command <command> # Run <command> instead of the plugin. %c 10 # expands to what would normally be run. 11 # env.<variable> <value> # Sets <variable> in the plugin's environment, see the 12 # individual plugins to find out which variables they 13 # care about. 12 14 # 13 15 #
