Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save millisami/176013 to your computer and use it in GitHub Desktop.
Save millisami/176013 to your computer and use it in GitHub Desktop.
# an example Monit configuration file for delayed_job
#
# To use:
# 1. copy to /var/www/apps/{app_name}/shared/delayed_job.monitrc
# 2. replace {app_name} and {environment} 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 = "/var/www/apps/{app_name}/current/script/delayed_job -e {environment} start"
stop program = "/var/www/apps/{app_name}/current/script/delayed_job -e {environment} stop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment