使用Monit监视Resque

我正在尝试使用resque作为Rails的职位。 我已经尝试过这个configuration,还有许多其他的妖魔化救援任务的方式(因为运行rake resque:work离开与该命令绑定的terminal)。 不幸的是,他们的示例configuration不适合我。 configuration看起来是否正确? 或者还有另一种方法将stream程转变成守护进程? 谢谢 :)

check process resque_worker_QUEUE with pidfile /data/APP_NAME/current/tmp/pids/resque_worker_QUEUE.pid start program = "/bin/sh -c 'cd /data/APP_NAME/current; RAILS_ENV=production QUEUE=queue_name VERBOSE=1 nohup rake environment resque:work& > log/resque_worker_QUEUE.log && echo $! > tmp/pids/resque_worker_QUEUE.pid'" as uid deploy and gid deploy stop program = "/bin/sh -c 'cd /data/APP_NAME/current && kill -s QUIT `cat tmp/pids/resque_worker_QUEUE.pid` && rm -f tmp/pids/resque_worker_QUEUE.pid; exit 0;'" if totalmem is greater than 300 MB for 10 cycles then restart # eating up memory? 

如果你想把它作为一个守护进程来运行的话,那么在监视器上采集一个赃物。 大多数发行版都直接从它们的软件包仓库中发货。