aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/userguide/docker.userguide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/release/userguide/docker.userguide.rst')
-rw-r--r--docs/release/userguide/docker.userguide.rst11
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