I'm using monit here as well, so +1.
Main feature for me - beside 'just works' - is, that the service monitored 
need not be altered in any way.
I'm just monitoring the delayed job process id like this:

  check process delayed_job with pidfile 
/path/to/app/tmp/pids/delayed_job.pid
     start program = "/etc/init.d/delayed_job_production start" with 
timeout 60 seconds
     stop program  = "/etc/init.d/delayed_job_production stop"

And I get mail notifications, auto restart and a web ui for free.

Ciao, Stefan


-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to