X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=fde349314729b9273c4185c8b78dc05f6a63202a;hb=0bea34913ed61ddbca574163afafac4ff6f05970;hp=4072d54c088ba2bc6fc8207e2a9ddce5d52f001d;hpb=4bca6c6b7e03ab4aa0d6a8a59dda3e44608f63f1;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 4072d54c..fde34931 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -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 @@ -2591,9 +2608,13 @@ a notification is sent. =item B I I [I [I]] -Select the rules to count. If only I
and I are given, this plugin -will collect the counters of all rules which have a comment-match. The comment -is then used as type-instance. +=item B I
I [I [I]] + +Select the iptables/ip6tables filter rules to count packets and bytes from. + +If only I
and I are given, this plugin will collect the counters +of all rules which have a comment-match. The comment is then used as +type-instance. If I or I is given, only the rule with the matching comment or the Ith rule will be collected. Again, the comment (or the number) will be @@ -6267,9 +6288,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