Minor documentation fixes

Change-Id: I99d20102bb33a2f5b26d06ef24d80e890393211c
This commit is contained in:
Vitaliy Kharechko 2016-06-30 09:54:15 +03:00
parent 0fc5e69adf
commit 45a05ad71d

View File

@ -64,6 +64,9 @@ Two example publishers are provided:
* monascapublisher: targets the OpenStack Monasca Python metric publishing API
* logpublisher: appends data to a configured text file
For a complete list of publishers, look in the broadview_collector/plugins
directory.
To use a publisher, it must be added to the comma-separated list of publishers
listed in /etc/broadviewcollector.conf, and the collector must be restarted.
@ -171,7 +174,7 @@ The IP address and port of the collector is in the [network] section of
port: 8082
Once the agent is up and running on the networking device, you can use
bv-bstclt (included in broadview-lib) to configure BST.
bv-bstctl.py (included in broadview-lib) to configure BST.
## Detailed Installation: Monasca API