monit-general
[Top][All Lists]
Advanced

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

Re: Monit and booting


From: Paul van der Vlis
Subject: Re: Monit and booting
Date: Sat, 31 Aug 2019 23:01:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

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 <address@hidden>:
> 
>> 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  address@hidden  skype: szepe.viktor
> Budapest, III. kerület
> 
> 
> 
> 
> 
> 



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



reply via email to

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