monit-general
[Top][All Lists]
Advanced

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

Re: Process ppid checking


From: Martin Pala
Subject: Re: Process ppid checking
Date: Mon, 28 Nov 2016 23:06:40 +0100

Hello Christian,

you can use bitbucket to submit feature requests: 
https://bitbucket.org/tildeslash/monit/issues/new

Best regards,
Martin


> On 22 Nov 2016, at 23:30, cgzones <address@hidden> wrote:
> 
> Hi list,
> i'd like to ask about two ideas for improving ppid checking.
> First idea is about checking the ppid against a pre defined value, mostly 1, 
> like:
> 
> check process matching myprocess
>     if changed PPID then alert
>     if PPID != 1 then alert
> 
> The second idea deals with coupled process, where one process should be the 
> parent of the other one, e.g.:
> 
> check process matching myprocess-parent
>     if PPID != 1 then alert
> 
> check process matching myprocess-child
>     if PPID != myprocess-parent then alert
> 
> Are there any chances that this might come with a future version?
> 
> Kindly Regards,
>       Christian Göttsche
> 
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

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