monit-general
[Top][All Lists]
Advanced

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

How can I keep monitoring a Zombie process?


From: MosheC
Subject: How can I keep monitoring a Zombie process?
Date: Wed, 3 Oct 2007 14:49:29 -0700 (PDT)

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.


-- 
View this message in context: 
http://www.nabble.com/How-can-I-keep-monitoring-a-Zombie-process--tf4564569.html#a13028569
Sent from the monit-general mailing list archive at Nabble.com.





reply via email to

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