How to monitor delayed_job with monit
Posted
by Luke Francl
on Stack Overflow
See other posts from Stack Overflow
or by Luke Francl
Published on 2009-08-04T08:30:23Z
Indexed on
2010/05/21
15:01 UTC
Read the original article
Hit count: 279
Are there any examples on the web of how to monitor delayed_job with Monit?
Everything I can find uses God, but I refuse to use God since long running processes in Ruby generally suck. (The most current post in the God mailing list? God Memory Usage Grows Steadily.)
Update: delayed_job now comes with a sample monit config based on this question.
© Stack Overflow or respective owner