[collectd] Regarding the notification and threshold support for processes plugin

Dhananjay Joshi dhananjayingroup at gmail.com
Fri Jun 4 09:29:05 CEST 2021


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20210604/948192cc/attachment.html>


More information about the collectd mailing list