Sha256: 76f6dd7bb8872c674da6b39bf3bf9ab426fd56d5e8b14be9ce7870adb1fd7c53
Contents?: true
Size: 683 Bytes
Versions: 28
Compression:
Stored size: 683 Bytes
Contents
# an example Monit configuration file for delayed_job # See: http://stackoverflow.com/questions/1226302/how-to-monitor-delayedjob-with-monit/1285611 # # To use: # 1. copy to /var/www/apps/{app_name}/shared/delayed_job.monitrc # 2. replace {app_name} as appropriate # 3. add this to your /etc/monit/monitrc # # include /var/www/apps/{app_name}/shared/delayed_job.monitrc check process delayed_job with pidfile /var/www/apps/{app_name}/shared/pids/delayed_job.pid start program = "/usr/bin/env RAILS_ENV=production /var/www/apps/{app_name}/current/bin/delayed_job start" stop program = "/usr/bin/env RAILS_ENV=production /var/www/apps/{app_name}/current/bin/delayed_job stop"
Version data entries
28 entries across 28 versions & 3 rubygems