Commit Graph

16 Commits

Author SHA1 Message Date
Lars Kruse 7c62b9b6de added executable permission for multiple plugins 2018-03-09 00:18:30 +01:00
dipohl e08a6448ce Category Tree: Reduce number of categories
sphinx -> search
unicorn -> webserver
moved some plugins to other dirs to get better seconde level heading
2017-02-23 02:22:08 +01:00
Stig Sandbeck Mathisen 387652afa5 Merge pull request #597 from sugamasao/sugamasao-patch-1
unicorn_ "unicorn_rails" process not working
2015-05-05 13:43:36 +02:00
sugamasao d2529b0cb4 unicorn_memory_status/unicorn_status change pid name
User to be able to change the pid name
fixed at “unicorn.pid, but can be changed
use `env.pid_name my_unicorn.pid`
2015-03-10 09:52:45 +09:00
sugamasao 9b36f418fa unicorn_ "unicorn_rails" process not working
`grep "unicorn worker` is unicorn_rails process not match.

I want to match the `unicorn` or 'unicorn_rails'
2015-03-09 17:21:32 +09:00
Sebastian Gassner 5be2452250 unicorn: display name of application. 2015-01-15 13:23:45 +01:00
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