Skip to content

Commit

Permalink
Merge pull request #2880 from abays/add_ovs_stats_bonds_3
Browse files Browse the repository at this point in the history
ovs_stats bonds support with separate interface stats
  • Loading branch information
Pavel Rochnyak committed Dec 3, 2018
2 parents 1e1612f + efa4fea commit 490e3b2
Show file tree
Hide file tree
Showing 2 changed files with 432 additions and 111 deletions.
8 changes: 8 additions & 0 deletions src/collectd.conf.pod
Expand Up @@ -6274,6 +6274,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:
Expand Down Expand Up @@ -6307,6 +6308,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>
Expand Down

0 comments on commit 490e3b2

Please sign in to comment.