From 821d143dbf96d8cc74fa90cde85f36784760b94c Mon Sep 17 00:00:00 2001 From: Andrew Bays Date: Mon, 19 Nov 2018 08:29:56 -0500 Subject: [PATCH] Document InterfaceStats option for ovs_stats plugin --- src/collectd.conf.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1134541a..6d241740 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6246,6 +6246,7 @@ B Address "127.0.0.1" Socket "/var/run/openvswitch/db.sock" Bridges "br0" "br_ext" + InterfaceStats false The plugin provides the following configuration options: @@ -6279,6 +6280,13 @@ omitted or is empty then all OVS bridges will be monitored. Default: empty (monitor all bridges) +=item B B|B + +Indicates that the plugin should gather statistics for individual interfaces +in addition to ports. This can be useful when monitoring an OVS setup with +bond ports, where you might wish to know individual statistics for the +interfaces included in the bonds. Defaults to B. + =back =head2 Plugin C -- 2.11.0