X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=e1aa5f20d3de0af10144b390d44da96b9a92ca4d;hb=6ff769e0d7d6363e2f507118ccb7722457370442;hp=7e250cc1c9bbea9b0a779ef72bca8d287fd2428c;hpb=3fecfdaa17500840ecdab16b0684d3bdc7d72e1a;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 7e250cc1..e1aa5f20 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7314,6 +7314,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,