Displaying 1 result from an estimated 1 matches for "valleyc".
Did you mean:
valley
2007 Feb 27
3
mongrel_cluster and Monit
...''ve not been able to solve that problem I thought I''d
route around it by using monit to kick things when necessary.
My monitrc contains the following...
--------------------------------------------------------------------------------
check process mongrel_8310 with pidfile
/home/valleyc/apps/cms/dev/current/log/mongrel.8310.pid
group mongrel
start program = "/usr/local/bin/mongrel_rails cluster::start -C
/home/valleyc/apps/cms/dev/current/config/mongrel_cluster.yml --clean
--only 8310"
stop program = "/usr/local/bin/mongrel_rails cluster::stop -C
/home/valleyc...