X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=8c3f56b3455504fcad8cd7b3f0018d59e0d08ee1;hb=6164fe4456716e6dc36aaa2ab617b104a7ac5ff3;hp=b992eac126a140fc4f42051a31526df13eb18cca;hpb=4d6ff066b1c60a8e6654e4c74370ef951f37b5f3;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index b992eac1..8c3f56b3 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2531,7 +2531,7 @@ a more detailed description see B below. =item B I|I -If no configuration if given, the B-plugin will collect data from +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/preferred @@ -2540,6 +2540,23 @@ do that: By setting B to I the effect of B is inverted: All selected interfaces are ignored and all other interfaces are collected. +It is possible to use regular expressions to match interface names, if the +name is surrounded by I and collectd was compiled with support for +regexps. This is useful if there's a need to collect (or ignore) data +for a group of interfaces that are similarly named, without the need to +explicitly list all of them (especially useful if the list is dynamic). +Example: + + Interface "lo" + Interface "/^veth/" + Interface "/^tun[0-9]+/" + IgnoreSelected "true" + +This will ignore the loopback interface, all interfaces with names starting +with I and all interfaces with names starting with I followed by +at least one digit. + + =item B I|I Interface name is not unique on Solaris (KSTAT), interface name is unique @@ -4483,6 +4500,18 @@ Sets the I to write to. Defaults to F +The C plugin collects per-peer ntpd data such as time offset and time +dispersion. + +For talking to B, it mimics what the B control program does on +wire - using B specific requests. This mode is deprecated with +newer B releases (4.2.7p230 and later). For the C plugin to work +correctly with them, the ntp daemon must be explicitly configured to +enable B (which is disabled by default). Refer to the I +manual page for details. + +Available configuration options for the C plugin: + =over 4 =item B I @@ -6271,9 +6300,9 @@ removed from the internal cache. =item B B|B -When enabled, create a C metric which reports the change since the last +When enabled, creates a C metric which reports the change since the last read. This option primarily exists for compatibility with the I -impelemtation by Etsy. +implementation by Etsy. =item B I