Displaying 1 result from an estimated 1 matches for "gohuman".
Did you mean:
gohman
2007 Mar 26
4
Monit + Mongrel woes
...yet
everytime monit should restart mongrel, I get "Execution failed".
For the start command, I originally used the following:
------------
start program = "/usr/bin/su admin -c ''/usr/local/bin/mongrel_rails
start -d -e production -p 8001 -a 127.0.0.1 -c
/home/admin/webapps/gohuman/current -P log/mongrel.8001.pid''"
------------
But then monit started giving me execution failed errors and when I
tried to run it manually I got a "PID already exists" error. So, I
tried the following:
------------
start program = "/bin/rm -f
/home/admin/webapps/gohuma...