Hi Viktor, and others,

Op 30-08-19 om 15:40 schreef SZÉPE Viktor:
> Try
> 
> set daemon 115
>   start delay 10
> 
> in monit rc

This is a setting for everything. Every time I want to test something, I
have to wait some seconds. I don't like that. Isn't it possible in the
check?  Something like:
-----
check process apache with pidfile /var/run/apache2/apache2.pid
  start delay 10
  start program = "/etc/init.d/apache2 start"
  stop program  = "/etc/init.d/apache2 stop"
  if 4 restarts within 20 cycles then timeout
-----

Or only have an delay at boot, and not at a restart later.

With regards,
Paul

> Idézem/Quoting Paul van der Vlis <[email protected]>:
> 
>> Hello,
>>
>> I have a monit rule like this:
>> ----
>> check process apache with pidfile /var/run/apache2/apache2.pid
>>   start program = "/etc/init.d/apache2 start"
>>   stop program  = "/etc/init.d/apache2 stop"
>>   if 4 restarts within 20 cycles then timeout
>> ----
>>
>> What I don't know good, is what is happening at a boot. I would prefer
>> it when a process starts the normal way, and not trough Monit. Is there
>> a way to start this check after some time?
>>
>> With regards,
>> Paul van der Vlis
>>
>>
>>
>> -- 
>> Paul van der Vlis Linux systeembeheer Groningen
>> https://www.vandervlis.nl/
> 
> 
> 
> SZÉPE Viktor, webes alkalmazás üzemeltetés / Running your application
> https://github.com/szepeviktor/debian-server-tools/blob/master/CV.md
> ~~~
> ügyelet/hotline: +36-20-4242498  [email protected]  skype: szepe.viktor
> Budapest, III. kerület
> 
> 
> 
> 
> 
> 



-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/

Reply via email to