docker.userguide: Add link to VES collector setup instructions 01/64001/1
authorRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Mon, 22 Oct 2018 08:41:07 +0000 (09:41 +0100)
committerRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Thu, 25 Oct 2018 09:24:45 +0000 (10:24 +0100)
Change-Id: I7633e98af0fb58baad08a3761742f5f1e2a0e917
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
docs/release/userguide/collectd.ves.userguide.rst
docs/release/userguide/docker.userguide.rst

index 29de46a..f56acbc 100644 (file)
@@ -317,6 +317,7 @@ Start collectd process as a service as described in :ref:`install-collectd-as-a-
 .. note:: The list of the plugins can be extented depends on your needs.
 
 
+.. _Setup VES Test Collector:
 
 Setup VES Test Collector
 ------------------------
index ec85655..34699bc 100644 (file)
@@ -934,6 +934,13 @@ file named custom.yaml
    $ sudo docker run -tid --net=host -v ${PWD}/custom.config:/opt/ves/config/ves_app_config.conf \
      -v ${PWD}/yaml/:/opt/ves/yaml/ opnfv/barometer-ves custom.yaml
 
+Run VES Test Collector application
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+VES Test Collector application can be used for displaying platform
+wide metrics that are collected by barometer-ves container.
+Setup instructions are located in: :ref:`Setup VES Test Collector`
+
 Build and Run LocalAgent and Redis Docker Images
 -----------------------------------------------------