X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=01b068bf5d005d82012f4b986df05b588f781627;hb=dc76506152aa86f8c436a86241d98df3f41b1b4b;hp=e433cf6287183b0242d22d9fd1eb0dcb2d236167;hpb=ca29e0c9848a757fbd316ade5ff6709edfb7bd22;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index e433cf62..01b068bf 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1606,7 +1606,7 @@ LoadPlugin connectivity Interface eth1 IgnoreSelected true - + =over 4 =item B I @@ -7355,6 +7355,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" + ProcessRegex "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,