Show
Ignore:
Timestamp:
02/03/10 18:01:26 (2 years ago)
Author:
feiner.tom
Message:

multips_memory plugin: Correct documentation to reflect the name multips_memory instead of the previous multimemory. Fix some typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plugins/node.d/multips_memory.in

    r3334 r3335  
    66=head1 NAME 
    77 
    8 multimemory - Munin plugin to monitor memory usage of processes. Which 
     8multips_memory - Munin plugin to monitor memory usage of processes. Which 
    99processes are configured in a file in plugin-conf.d. 
    1010 
     
    1919You must specify what process names to monitor: 
    2020 
    21   [multimemory] 
     21  [multips_memory] 
    2222     env.names apache2 mysqld php-cgi 
    2323 
     
    2929The by default RSS is monitored, but other sizes provided by your ps 
    3030is directly usable (the plugin assumes all sizes reported by ps is in 
    31 KB).  Candidates on Linux are rss, size, resident, share, vsize.  Se 
     31KB).  Candidates on Linux are rss, size, resident, share, vsize.  See 
    3232your ps man page for more information especially with regards to 
    3333interpretation of the values.  You can change what is monitored by 
    3434 
    35   [multimemory] 
     35  [multips_memory] 
    3636      env.monitor vsize 
    3737 
    38 You cannot specify multiple sizes the plugin handles only one. 
     38You cannot specify multiple sizes. The plugin handles only one. 
    3939 
    40 If for some reason you want separate graphs you can make separately 
     40If for some reason you want separate graphs, you can make separately 
    4141named symlinks in the plugins directory on the node (most often either 
    42 /etc/munin/plugins or /etc/opt/munin/plugins), eg. multimemory_rss and 
    43 multimemory_vsize as symlinks to multimemory and configure them thus: 
     42/etc/munin/plugins or /etc/opt/munin/plugins), eg. multips_memory_rss and 
     43multips_memory_vsize as symlinks to multips_memory and configure them thus: 
    4444 
    45   [multimemory*] 
     45  [multips_memory*] 
    4646      env.names apache2 mysqld php-cgi 
    4747 
    48   [multimemory_rss] 
     48  [multips_memory_rss] 
    4949      env.monitor rss 
    5050 
    51   [multimemory_vsize] 
     51  [multips_memory_vsize] 
    5252      env.monitor vsize 
    5353 
     
    8080the names are active. 
    8181 
    82 You cannot specify multiple sizes the plugin handles only one. 
     82You cannot specify multiple sizes. The plugin handles only one. 
    8383 
    8484=head1 AUTHOR 
     
    8686Originally: Unknown. 
    8787 
    88 Made into multimemory by: github.com/dominics github.com/yhager 
     88Made into multimemory by: github.com/dominics github.com/yhager. 
     89 
     90Renamed to multips_memory when included in official munin trunk. 
    8991 
    9092Thanks to: wix 
     
    111113 
    112114if [ -z "$names" ]; then 
    113     echo "Configuration required)" 
     115    echo "(Configuration required)" 
    114116    exit 1 
    115117fi