From: Florian Forster Date: Mon, 17 Aug 2009 07:48:43 +0000 (+0200) Subject: Merge branch 'collectd-4.6' into collectd-4.7 X-Git-Tag: collectd-4.7.3~12 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=8f40e8dacad2bfcb9d659e12740aa3ebc15ada65 Merge branch 'collectd-4.6' into collectd-4.7 --- 8f40e8dacad2bfcb9d659e12740aa3ebc15ada65 diff --cc src/collectd.conf.pod index 97093c85,d4f667b7..32d877af --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@@ -2591,42 -2241,9 +2591,42 @@@ slashes =back +=head2 Plugin C + +Collects a lot of information about various network protocols, such as I, +I, I, etc. + +Available configuration options: + +=over 4 + +=item B I + +Selects whether or not to select a specific value. The string being matched is +of the form "I:I", where I will be used as the +plugin instance and I will be used as type instance. An example of +the string being used would be C. + +You can use regular expressions to match a large number of values with just one +configuration option. To select all "extended" I values, you could use the +following statement: + + Value "/^TcpExt:/" + +Whether only matched values are selected or all matched values are ignored +depends on the B. By default, only matched values are selected. +If no value is configured at all, all values will be selected. + +=item B B|B + +If set to B, inverts the selection made by B, i.Ee. all +matching values will be ignored. + +=back + =head2 Plugin C - The C plugin uses the RRDTool accelerator daemon, L, + The C plugin uses the RRDtool accelerator daemon, L, to store values to RRD files in an efficient manner. The combination of the C B and the C B is very similar to the way the C plugin works (see below). The added abstraction layer