monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Disable checks based on file


From: Kieran P
Subject: Re: Disable checks based on file
Date: Tue, 23 Sep 2014 10:06:05 +1200

Does anyone know if this is possible using the latest version of Monit?

Regards
Kieran

On 9 September 2014 17:37, Kieran P <address@hidden> wrote:
When I deploy code to production, I need to stop some tasks (like background workers). But monit naturally restarts them before the deploy is finished. So I need a way to disable starts/restarts when a file is present. Is this possible yet?

e.g. 

check process delayed_job_0
  with pidfile /home/business/app/shared/pids/delayed_job.0.pid
  when file /home/business/app/tmp/deploying.txt not present
  start ...
  stop ...
  restart ...


Regards
Kieran


reply via email to

[Prev in Thread] Current Thread [Next in Thread]