Hi
I am trying to register  the processes plugin for threshold and
notification framework . I was able to get the  notifications for cpu and
load .
Below is my syntax for collectd.conf . Is the support for the processes
plugin for notification is available ?

LoadPlugin "threshold"
 <Plugin "threshold">
   <Host "localhost">
     <Plugin "processes">
Instance "process1"
         <Type "ps_cputime">
           Instance "user"
           FailureMax 20
          </Type>
          <Type "ps_count">
           FailureMax 1
          </Type>
     </Plugin>
   </Host>
 </Plugin>

LoadPlugin exec
<Plugin exec>
NotificationExec "collectd" "<path_to_script>"
</Plugin>

Any pointers in this regard would help

Regards,
Dhananjay
_______________________________________________
collectd mailing list
collectd@verplant.org
https://mailman.verplant.org/listinfo/collectd

Reply via email to