docs: update ovs plugins userguide 89/31389/4
authorTaras Chornyi <tarasx.chornyi@intel.com>
Wed, 22 Mar 2017 14:29:26 +0000 (14:29 +0000)
committerTaras Chornyi <tarasx.chornyi@intel.com>
Tue, 28 Mar 2017 12:12:54 +0000 (12:12 +0000)
Change-Id: I7aa286bb8e3d38e3255b896351cf41e4c7d03a37
Signed-off-by: Taras Chornyi <tarasx.chornyi@intel.com>
docs/release/userguide/feature.userguide.rst

index f5bb6a7..f81df90 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^