Merge "Provided the correct path for schema yaml & config files to avoid issues in...
authorEmma Foley <efoley@redhat.com>
Wed, 11 Dec 2019 12:31:29 +0000 (12:31 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 11 Dec 2019 12:31:29 +0000 (12:31 +0000)
docs/release/userguide/collectd.ves.userguide.rst

index b961dd5..c524a6e 100644 (file)
@@ -292,7 +292,7 @@ Clone Barometer repo and start the VES application:
 
     $ git clone https://gerrit.opnfv.org/gerrit/barometer
     $ cd barometer/3rd_party/collectd-ves-app/ves_app
-    $ nohup python ves_app.py --events-schema=host.yaml --config=ves_app_config.conf > ves_app.stdout.log &
+    $ nohup python ves_app.py --events-schema=yaml/host.yaml --config=config/ves_app_config.conf > ves_app.stdout.log &
 
 
 .. figure:: ves-app-host-mode.png