From: Florian Forster Date: Sat, 8 Jul 2006 16:53:25 +0000 (+0200) Subject: traffic plugin: Documented the new optioins in collectd.conf(5). X-Git-Tag: collectd-3.10.0~14 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c364690328c6aa08bbce722386ed217c43475888;p=collectd.git traffic plugin: Documented the new optioins in collectd.conf(5). --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 998c844d..79148915 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -230,10 +230,20 @@ Sets the Time-To-Live of generated ICMP packets. =over 4 -=item B I +=item B I -Ignore the given interface. Use this to get rid of loopback- or -IPv6-in-IPv4-tunnel-interface statistics. +Select this interface. By default these interfaces will then be collected. For a more detailed description see B below. + +=item B I|I + +If no configuration if given, the B-plugin will collect data from +all interfaces. This may not be practical, especially for loopback- and +similar interfaces. Thus, you can use the B-option to pick the +interfaces you're interested in. Sometimes, however, it's easier/prefered +to collect all interfaces I a few ones. This option enables you to +do that: By setting B to I the effect of +B is inversed: All selected interfaces are ignored and all +other interfaces are collected. =back