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 <[email protected]> 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


--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to