2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00
Commit Graph

6 Commits

Author SHA1 Message Date
Gareth Davies
eec974c510 Added symlinks to enable the plugin in the header comments. 2013-06-14 02:13:49 +08:00
Gareth Davies
6274c3af80 Fixed total memory being in the wrong scale 2013-05-29 06:21:11 +08:00
Gareth Davies
9dfe0f34ca Fixed average memory graphing label error.
Fixed average memory graphing label error.
2013-05-16 19:27:13 +08:00
Gareth Davies
8ff6e0fdf2 Update unicorn_
- Fixed memory and average giving same results
- Fixed error in average graphing
2013-05-16 18:57:51 +08:00
Gareth Davies
2812f751f0 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
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_memory
ln -s /usr/share/munin/plugins/unicorn_ /etc/munin/plugins/unicorn_processes

It can easily be adapated to any multi threaded server by just changing the value it searches for 'unicorn worker' in this case.
2013-05-16 18:07:01 +08:00
Steve Schnepp
08346aac58 - have some dirs 2012-02-13 18:24:46 +01:00