monit-general
[Top][All Lists]
Advanced

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

Re: How can I keep monitoring a Zombie process?


From: Martin Pala
Subject: Re: How can I keep monitoring a Zombie process?
Date: Fri, 05 Oct 2007 23:39:53 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.6) Gecko/20070802 Iceape/1.1.4 (Debian-1.1.4-1)

Should we allow further monitoring? It can be probably better (more flexible).

What do you think?


Martin


Martin Pala wrote:
Yes, the idea behind it is that the zombie process is usually unmanageable.

Monit thus sends alert and stops the zombie service monitoring.


Martin


MosheC wrote:
Hi,
I have the following line check process xxx with pidfile /home/moshe/icpipe/run/xxx.pid
Process xxx occasionally becomes a zombie but a new one is created
automatically.

The problem is that monit automatically stops monitoring the process when it
zombies.

I have also tried to trick Monit to think it can restart the process itself
with:
   check process xxx with pidfile /home/moshe/icpipe/run/xxx.pid
        start program = "/bin/true" ###
        stop program = "/bin/true" ###
but that didn't help either.




--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

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