Ticket #462: munin.patch

File munin.patch, 2.5 kB (added by nickhill, 5 years ago)

patch to correct error in plugins.conf file for various distributions

  • munin-1.3.3/dists/debian/plugins.conf

    old new  
    44# group <group>       # Set the group to run the plugin as. 
    55# command <command>   # Run <command> instead of the plugin. %c expands to 
    66#                       what would normally be run. 
    7 # env.<variable>      # Sets <variable> in the plugin's environment, see the 
     7# env.<variable> <value>     # Sets <variable> in the plugin's environment, see the 
    88#                       individual plugins to find out which variables they 
    99#                       care about. 
     10# Re-start munin-node for changes to take effect 
    1011 
    1112[apt] 
    1213user root 
  • munin-1.3.3/dists/freebsd/munin-node/files/plugins.conf

    old new  
    66#       group <group>       # Set the group to run the plugin as 
    77#       command <command>   # Run <command> instead of the plugin. %c 
    88#                             expands to what would normally be run. 
    9 #   env.<variable>      # Sets <variable> in the plugin's environment, see the 
     9#   env.<variable> <value>     # Sets <variable> in the plugin's environment, see the 
    1010#                         individual plugins to find out which variables they 
    1111#                         care about. 
    1212# 
    13 # 
     13# re-start munin-node for changes to take effect. 
    1414 
    1515[mysql*] 
    1616#env.mysqlopts -u someuser 
  • munin-1.3.3/dists/tarball/plugins.conf

    old new  
    66#       group <group>       # Set the group to run the plugin as 
    77#       command <command>   # Run <command> instead of the plugin. %c 
    88#                             expands to what would normally be run. 
    9 #   env.<variable>      # Sets <variable> in the plugin's environment, see the 
     9#   env.<variable> <value>     # Sets <variable> in the plugin's environment, see the 
    1010#                         individual plugins to find out which variables they 
    1111#                         care about. 
    1212# 
    13 # 
     13#Re-start munin-node for changes to take effect 
    1414 
    1515[mysql*] 
    1616#env.mysqlopts -u someuser