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/
