author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Tue, 28 Feb 2017 18:18:05 +0000 (19:18 +0100) | ||
committer | GitHub <noreply@github.com> | |
Tue, 28 Feb 2017 18:18:05 +0000 (19:18 +0100) |
ovs_stats: Implement OVS statistics plugin.
1 | 2 | |||
---|---|---|---|---|
Makefile.am | patch | | diff1 | | diff2 | | blob | history |
configure.ac | patch | | diff1 | | diff2 | | blob | history |
src/collectd.conf.in | patch | | diff1 | | diff2 | | blob | history |
src/collectd.conf.pod | patch | | diff1 | | diff2 | | blob | history |
diff --cc Makefile.am
Simple merge
diff --cc configure.ac
Simple merge
diff --cc src/collectd.conf.in
index dc7d6eb66a1653b0bcfb94f07d81a59d4eff4e0a,eafe3fbd7dcc81fdbf2b207e146437135640d6b8..1e88bec37c289cc4283c1b78eed7368cd5e3306a
+++ b/src/collectd.conf.in
# 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"
diff --cc src/collectd.conf.pod
Simple merge