Ruby plugins: apply style changes as suggested by "rubocop --fix-layout"
added executable permission for multiple plugins
Category Tree: Reduce number of categoriessphinx -> searchunicorn -> webservermoved some plugins to other dirs to get better seconde level heading
Merge pull request #597 from sugamasao/sugamasao-patch-1
unicorn_ "unicorn_rails" process not working
unicorn_memory_status/unicorn_status change pid name
User to be able to change the pid namefixed at “unicorn.pid, but can be changeduse `env.pid_name my_unicorn.pid`
`grep "unicorn worker` is unicorn_rails process not match.
I want to match the `unicorn` or 'unicorn_rails'
unicorn: display name of application.
Use UNIX line breaks
- Using DOS line breaks introduced syntax errors
assigned but unused variable
shadowing outer local variable
use "unicorn" instead of "unicorn_rails" in process greping
Added symlinks to enable the plugin in the header comments.
Fixed total memory being in the wrong scale
Fixed average memory graphing label error.
Update unicorn_
- Fixed memory and average giving same results- Fixed error in average graphing
Added new non Ruby based Unicorn Plugin
The existing Unicorn plugins are written in Ruby, which didn't work well for me due to ENV variables etc.
This plugin monitors number of workers, total memory used and average memory per process for Unicorn.
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_average...
- have some dirs