summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTaras Chornyi <tarasx.chornyi@intel.com>2017-03-22 14:29:26 +0000
committerTaras Chornyi <tarasx.chornyi@intel.com>2017-03-28 12:12:54 +0000
commit711651600397b7eac3d5be2c185a431f48f4b28f (patch)
treec040795219716d80e5ba28414b352ed0c25c3a29 /docs
parent15ec4e3a0edcb0d38313b19f63bc18d0121e91ef (diff)
docs: update ovs plugins userguide
Change-Id: I7aa286bb8e3d38e3255b896351cf41e4c7d03a37 Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/release/userguide/feature.userguide.rst18
1 files changed, 4 insertions, 14 deletions
diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst
index f5bb6a72..f81df904 100644
--- a/docs/release/userguide/feature.userguide.rst
+++ b/docs/release/userguide/feature.userguide.rst
@@ -40,7 +40,7 @@ Barometer has enabled the following collectd plugins:
* *Open vSwitch events Plugin*: A read plugin that retrieves events from OVS.
-* *Open vSwitch stats Plugin*: A read plugin that retrieve flow and interface
+* *Open vSwitch stats Plugin*: A read plugin that retrieves flow and interface
stats from OVS.
* *mcelog plugin*: A read plugin that uses mcelog client protocol to check for
@@ -664,13 +664,9 @@ To inject corrected memory errors:
Open vSwitch Plugins
^^^^^^^^^^^^^^^^^^^^^
-OvS Events Repo: https://github.com/collectd/collectd
+OvS Plugins Repo: https://github.com/collectd/collectd
-OvS Stats Repo: https://github.com/maryamtahhan/collectd
-
-OvS Events Branch: master
-
-OvS Stats Branch:feat_ovs_stats
+OvS Plugins Branch: master
OvS Events MIBs: The SNMP OVS interface link status is provided by standard
IF-MIB (http://www.net-snmp.org/docs/mibs/IF-MIB.txt)
@@ -701,16 +697,12 @@ Clone and install the collectd ovs plugin:
$ git clone $REPO
$ cd collectd
- $ git checkout $BRANCH
+ $ git checkout master
$ ./build.sh
$ ./configure --enable-syslog --enable-logfile --enable-debug
$ make
$ sudo make install
-where $REPO is one of the repos listed at the top of this section.
-
-Where $BRANCH is master or feat_ovs_stats.
-
This will install collectd to /opt/collectd. The collectd configuration file
can be found at /opt/collectd/etc. To configure the OVS events plugin you
need to modify the configuration file to include:
@@ -745,8 +737,6 @@ to include:
For more information on the plugin parameters, please see:
https://github.com/collectd/collectd/blob/master/src/collectd.conf.pod
-and
-https://github.com/maryamtahhan/collectd/blob/feat_ovs_stats/src/collectd.conf.pod
SNMP Agent Plugin
^^^^^^^^^^^^^^^^^