Changeset 1300

Show
Ignore:
Timestamp:
09/20/07 11:39:28 (4 years ago)
Author:
janl
Message:

Documentation clearification as requested in #462

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dists/debian/plugins.conf

    r923 r1300  
    11# 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. 
    26# 
    37# user <user>         # Set the user to run the plugin as. 
     
    59# command <command>   # Run <command> instead of the plugin. %c expands to 
    610#                       what would normally be run. 
    7 # env.<variable>     # Sets <variable> in the plugin's environment, see the 
     11# env.<variable> <value> # Sets <variable> in the plugin's environment, see the 
    812#                       individual plugins to find out which variables they 
    913#                       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. 
    13# 
    2 # This file contains configuration options for the plugins. Three 
    3 # 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. 
    46# 
    5 #       user <user>         # Set the user to run the plugin as 
    6 #       group <group>       # Set the group to run the plugin as 
    7 #       command <command>   # Run <command> instead of the plugin. %c 
    8 #                             expands to what would normally be run. 
    9 #   env.<variable>      # Sets <variable> in the plugin's environment, see the 
    10 #                         individual plugins to find out which variables they 
    11 #                         care about. 
    127# 
     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. 
    1315# 
    1416 
  • 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. 
    13# 
    2 # This file contains configuration options for the plugins. Three 
    3 # 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. 
    46# 
    5 #      user <user>         # Set the user to run the plugin as 
    6 #      group <group>       # Set the group to run the plugin as 
    7 #      command <command>   # Run <command> instead of the plugin. %c 
    8 #                             expands to what would normally be run. 
    9  env.<variable>      # Sets <variable> in the plugin's environment, see the 
    10 #                        individual plugins to find out which variables they 
    11 #                        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. 
     11env.<variable> <value> # Sets <variable> in the plugin's environment, see the 
     12#                        individual plugins to find out which variables they 
     13#                        care about. 
    1214# 
    1315#