monit-general
[Top][All Lists]
Advanced

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

Re: monit failing to restart proccess, nothing shown in log


From: Martin Pala
Subject: Re: monit failing to restart proccess, nothing shown in log
Date: Tue, 15 Oct 2013 16:45:51 +0200

Please can you send Monit log?

It's possible to set the stop timeout (by default 30s) and also add action to be executed if there are too many restarts. For example:

check process ABC with pidfile /var/run/ABC.pid
start program = ...
start program = ...
if 3 restarts within 3 cycles then exec "/usr/bin/pkill -9 ABC"


Regards,
Martin



On Oct 15, 2013, at 3:50 PM, Ryan Hall <address@hidden> wrote:

We have several instances of monit, and on one server it ocasionally will fail to restart a process, 
The stop script executions were still there, they were a couple days old they just hung, So monit couldn't do anything with those instances of thin
Has any one had similar issues?
Ryan Hall
(407) 852-8487
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

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