Displaying 1 result from an estimated 1 matches for "mongrel_9001".
Did you mean:
mongrel_9000
2007 Aug 10
10
what is the correct way to stop/start a mongrel instance using monit with mongrel cluster
.../init.d/mongrel_rails.. I am assuming I should be using monit now
when I deploy to do this. Correct? Can you give me an example of this?
I know this is not the monit list, but I was thinking you guys know
what I am talking about.
So in my monit.conf/monitrc file here is what I have:
check process mongrel_9001 with pidfile /var/run/mongrel/mongrel.9001.pid
start program = "/usr/local/bin/mongrel_rails start -d -e production
-p 9009 -a 127.0.0.1 -l log/mongrel.log -P
/var/run/mongrel/mongrel.9009.pid -c /home/app/current"
stop program = "/usr/local/bin/mongrel_rails stop -P
/var/run/mo...