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

10 Commits

Author SHA1 Message Date
Stig Sandbeck Mathisen
ac2e2fda07 Use UNIX line breaks
-  Using DOS line breaks introduced syntax errors
2014-10-04 19:43:57 +02:00
linyows
fd3a90f22f assigned but unused variable 2014-04-18 10:14:15 +09:00
linyows
1f00275d4e shadowing outer local variable 2014-04-18 10:13:56 +09:00
linyows
f6b9d755d3 use "unicorn" instead of "unicorn_rails" in process greping 2014-04-18 10:10:06 +09:00
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