[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dead process seen as running
From: |
. zist |
Subject: |
dead process seen as running |
Date: |
Mon, 02 Feb 2004 18:15:45 +0000 |
When monit monitors a process, it relies on the pid number of the process
(found in a pid file) to check if it's alive.
If the monitored process dies and another (non related) process reuses the
pid
before monit rechecks all process, monit wil think that the monitored
process is still
running while is it not.
Is there a way to prevent this problem (problem which occurs in real life
for me) ?
Could the check relies also on the name of the process and not just its pid
?
Is there a workaround ? what would be the best way to code this if necessary
?
Thanks
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
- dead process seen as running,
. zist <=