From 26f525447681414f2293d9a2525f4ac58130a0d4 Mon Sep 17 00:00:00 2001 From: Sven Holz Date: Tue, 14 Jun 2022 00:51:48 +0200 Subject: [PATCH] Doku stuff --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 794dd0f..361b90b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Docker container which tracks latency of one or many hosts and reports to Influx ## Description -This Docker Container is able to track the latency of one or many targets and reports all data to a given InfluxDBv2. +This docker container is able to track the latency of one or many targets and reports all data to a given InfluxDBv2. It´s based on python3 an makes usage of following python libraries: @@ -23,6 +23,12 @@ In case of using the ENV option you are just able to monitor **ONE** target for Also some influx connection options are just configurable via config file but normally they are not needed. +Per default the python influx connector will cache all replies and sends them bundled every 30 seconds to the Influx DB. + +The container will be build at 1st start. + +You can find everything under *./Docker_Build/* and in the python program itself [latency_monitor.py](./Docker_Build/latency_monitor.py) + ## Requirements - Docker @@ -161,7 +167,7 @@ should do the job #### Grafana Dashboard Examples -Within the local path *./grafana/examples/* you can find example *.json* files which can be imported to grafana as dashboards to give you a first point to start with. +Within the local path *./examples/grafana/* you can find example *.json* files which can be imported to grafana as dashboards to give you a first point to start with. -----