Displaying 1 result from an estimated 1 matches for "mongrel_9000".
Did you mean:
mongrel_9001
2007 Aug 26
1
monit not executing start/stop/restart mongrels
...mailserver localhost
set httpd port 28212 and
#use address # only accept connection from localhost
allow me # allow localhost to connect to the server and
allow admin:password # require user ''admin'' with password ''monit''
check process mongrel_9000
with pidfile /var/run/mongrel_cluster/mongrel.9000.pid
start program = "/usr/local/bin/mongrel_rails cluster::start -C
/etc/mongrel_cluster/mongrel_cluster.yml --clean --only 9000"
stop program = "/usr/local/bin/mongrel_rails cluster::stop -C
/etc/mongrel_cluster/mongrel_cluste...