[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pid change notice
From: |
Gerrit Kühn |
Subject: |
Re: pid change notice |
Date: |
Thu, 29 Mar 2012 13:46:27 +0200 |
On Thu, 29 Mar 2012 13:28:05 +0200 Martin Pala <address@hidden>
wrote about Re: pid change notice:
MP> It seems that you application actually creates two "susepics"
MP> processes, one of them has "init" as parent (init's PID=1) and has one
MP> child process "susepics". The init as parent is common when the
MP> process demonizes itself. In your case the pattern based check is not
MP> suitable, as the pattern is not unique and matches two processes.
But how come that this second process is normally nowhere to be seen?
There is only one:
fe2 monit.d # pgrep -l susepic
9967 g1susepics
cu
Gerrit