X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=ac06547f2724002ef3d4f004e4395e899631d166;hb=b599cc64d3ba270fb9fb7116631a01b7404f1a9b;hp=fffef712f424d86c0b8557e53b89de85bd13ec1e;hpb=e0a35d57e56ec31e42b1aa984cb2038f570925e6;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index fffef712..ac06547f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2735,6 +2735,18 @@ 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 + +When set to I, only interfaces with non-zero traffic will be +reported. Note that the check is done by looking into whether a +package was sent at any time from boot and the corresponding counter +is non-zero. So, if the interface has been sending data in the past +since boot, but not during the reported time-interval, it will still +be reported. + +The default value is I and results in collection of the data +from all interfaces that are selected by B and +B options. =item B I|I @@ -7809,11 +7821,12 @@ Define which SSL protocol version must be used. By default C will attempt to figure out the remote SSL protocol version. See L for more details. -=item B B|B +=item B B|B|B Format of the output to generate. If set to B, will create output that is understood by the I and I plugins. When set to B, will -create output in the I (JSON). +create output in the I (JSON). When set to KAIROSDB +, will create output in the KairosDB format. Defaults to B.