[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Undesired Behavior
From: |
Chris Lopeman |
Subject: |
Undesired Behavior |
Date: |
Tue, 15 Feb 2005 17:48:44 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) |
Hi All,
I ran across some undesired behavior in monit. Or at least it was
unexpected to me. I had process being monitor and it had a process that
depended on it. Lets just call these Parent and Dependent. The Parent
was monitored the Dependent was set to NOT monitored. I did this on
purpose since I am running various tests to see if my scripts and
monitrc are correct.
I told monit to restart Parent and that caused a restart on Dependent
(which was not monitored). Which of course caused a stop and start of
that process. Dependent then ended up "running" and "monitored".
Thanks,
Chris