This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
How Do I Use This?
Two simple steps:
- Move the plugin files to your munin plugin directory. In Ubuntu, for example, this is
/etc/munin/plugins. You’d move the multimemory plugin script (named “multimemory”) to/etc/munin/plugins/multimemory. - Configure the plugin. To do this, find where your other plugins are configured. In Ubuntu, this is
/etc/munin/plugin-conf.d. Add a new file to contain the configuration, or edit an existing configuration file. Add something like the following, but change the names parameter to the names of the processes you want to monitor:
[multimemory]
env.names apache2 mysqld php-cgi
That’s it. Your graph should show up in the Processes section of your output.
If you find bugs, drop me a line, or fix them!






