<div dir="ltr"><div>Hi <br></div><div>I am trying to register  the processes plugin for threshold and notification framework . I was able to get the  notifications for cpu and load .</div><div>Below is my syntax for collectd.conf . Is the support for the processes plugin for notification is available ?</div><div><br></div><div>LoadPlugin "threshold"<br> <Plugin "threshold"><br>   <Host "localhost"><br>     <Plugin "processes"><br>  Instance "process1"<br>               <Type "ps_cputime"><br>           Instance "user"<br>           FailureMax 20<br>          </Type><br>          <Type "ps_count"><br>           FailureMax 1<br>          </Type><br>     </Plugin><br>   </Host><br> </Plugin><br><br>LoadPlugin exec<br><Plugin exec><br>       NotificationExec "collectd" "<path_to_script>"<br></Plugin></div><div><br></div><div>Any pointers in this regard would help</div><div><br></div><div>Regards,</div><div>Dhananjay<br></div><div><br></div></div>