Merge pull request #2137 from maryamtahhan/feat_ovs_stats
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 28 Feb 2017 18:18:05 +0000 (19:18 +0100)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2017 18:18:05 +0000 (19:18 +0100)
ovs_stats: Implement OVS statistics plugin.

1  2 
Makefile.am
configure.ac
src/collectd.conf.in
src/collectd.conf.pod

diff --cc Makefile.am
Simple merge
diff --cc configure.ac
Simple merge
  #  Socket "/var/run/openvswitch/db.sock"
  #  Interfaces "br0" "veth0"
  #  SendNotification false
 +#  DispatchValues true
  #</Plugin>
  
+ #<Plugin ovs_stats>
+ #  Port "6640"
+ #  Address "127.0.0.1"
+ #  Socket "/var/run/openvswitch/db.sock"
+ #  Bridges "br0" "br_ext"
+ #</Plugin>
  #<Plugin perl>
  #     IncludeDir "/my/include/path"
  #     BaseName "Collectd::Plugins"
Simple merge