Document InterfaceStats option for ovs_stats plugin
authorAndrew Bays <andrew.bays@gmail.com>
Mon, 19 Nov 2018 13:29:56 +0000 (08:29 -0500)
committerAndrew Bays <andrew.bays@gmail.com>
Mon, 19 Nov 2018 13:29:56 +0000 (08:29 -0500)
src/collectd.conf.pod

index 1134541..6d24174 100644 (file)
@@ -6246,6 +6246,7 @@ B<Synopsis:>
    Address "127.0.0.1"
    Socket "/var/run/openvswitch/db.sock"
    Bridges "br0" "br_ext"
+   InterfaceStats false
  </Plugin>
 
 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<InterfaceStats> B<false>|B<true>
+
+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<false>.
+
 =back
 
 =head2 Plugin C<pcie_errors>