From: Marc Fournier Date: Thu, 21 Jan 2016 20:29:18 +0000 (+0100) Subject: Merge branch 'collectd-5.5' X-Git-Tag: collectd-5.6.0~477 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=029e88709f60d90fede55ed31f775602c1487d24;p=collectd.git Merge branch 'collectd-5.5' --- 029e88709f60d90fede55ed31f775602c1487d24 diff --cc src/collectd.conf.pod index b992eac1,7a66c818..5d9e7370 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@@ -2540,17 -2513,23 +2540,34 @@@ do that: By setting B t 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 +only within a module/instance. Following tuple is considered unique: + (ks_module, ks_instance, ks_name) +If this option is set to true, interface name contains above three fields +separated by an underscore. For more info on KSTAT, visit +L + +This option is only available on Solaris. + =back =head2 Plugin C