From bfb1d7536e376244a48275afdbb5693c80571ed1 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Wed, 29 Nov 2017 11:48:19 +0000 Subject: 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 --- docs/release/userguide/docker.userguide.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'docs/release/userguide') 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 :3000 with a browser and log into grafana: admin/admin -- cgit 1.2.3-korg