diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-29 11:48:19 +0000 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2017-11-29 14:01:54 +0000 |
commit | bfb1d7536e376244a48275afdbb5693c80571ed1 (patch) | |
tree | 77b8d6da9e1c3a14df6c1a636a6193f6e436ccb5 /docs/release/userguide/docker.userguide.rst | |
parent | 016ec072effd1638b52179eb056fda2891bd3777 (diff) |
docker: add kafka support to collectd
Adds kafka support to collectd, cleaned up configuration files and updates
documentation.
Change-Id: Ie66ed22e8904e08e59aa7047d6afc9d176f3fb02
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'docs/release/userguide/docker.userguide.rst')
-rw-r--r-- | docs/release/userguide/docker.userguide.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/release/userguide/docker.userguide.rst b/docs/release/userguide/docker.userguide.rst index c6f56b2b..46590eb0 100644 --- a/docs/release/userguide/docker.userguide.rst +++ b/docs/release/userguide/docker.userguide.rst @@ -47,6 +47,7 @@ to the standard collectd plugins): * RDT plugin * virt * SNMP Agent +* Kafka_write plugin Plugins and third party applications in Barometer repository that will be available in the docker image: @@ -251,13 +252,13 @@ Run the barometer docker image: The docker barometer image contains configuration for all the collectd plugins. In the command above we are overriding /opt/collectd/etc/collectd.conf.d by mounting a host directory `pwd`/../src/collectd_sample_configs thta contains only the sample configurations we are interested - in running. + in running. It's important to do this if you don't have DPDK, or RDT installed on the host. To make some changes run: .. code:: bash - sudo docker exec -tid barometer_image /bin/bash + sudo docker exec -ti barometer_image /bin/bash Check your docker image is running @@ -267,8 +268,8 @@ Check your docker image is running Build the influxdb + Grafana docker images ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Start by installing docker compose: +On the node where you want to run influxdb + grafana: +1. Start by installing docker compose .. code:: bash @@ -309,7 +310,7 @@ Start by installing docker compose: .. code:: bash - $ ./configure_grafana.sh + $ cd dashboards && ./configure_grafana.sh 8. Connect to <host_ip>:3000 with a browser and log into grafana: admin/admin |