From: Andrew Bays Date: Mon, 19 Nov 2018 13:29:56 +0000 (-0500) Subject: Document InterfaceStats option for ovs_stats plugin X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=821d143dbf96d8cc74fa90cde85f36784760b94c;p=collectd.git Document InterfaceStats option for ovs_stats plugin --- 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