X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=8fed770301ca878045aaae17a9f34ef527c0bc80;hb=f18d2a943115309b98521e6dcbe0561067d27cd5;hp=dfd785a2c83047c696c2b40522d8540d24b906b7;hpb=204b551ce5d8a8917ade9ac98852037a50489f5e;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index dfd785a2..8fed7703 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6925,6 +6925,40 @@ reporting the corresponding processes only. Outside of B and B blocks these options set the default value for subsequent matches. +=head2 Plugin C + +The I plugin monitors when processes start (EXEC) and stop (EXIT). + +B + + + BufferLength 10 + Process "name" + RegexProcess "regex" + + +B + +=over 4 + +=item B I + +Maximum number of process events that can be stored in plugin's ring buffer. +By default, this is set to 10. Once an event has been read, its location +becomes available for storing a new event. + +=item B I + +Enumerate a process name to monitor. All processes that match this exact +name will be monitored for EXECs and EXITs. + +=item B I + +Enumerate a process pattern to monitor. All processes that match this +regular expression will be monitored for EXECs and EXITs. + +=back + =head2 Plugin C Collects a lot of information about various network protocols, such as I,