From d26742994ab234e77d2ab46408ade7e7cbff8e07 Mon Sep 17 00:00:00 2001 From: Florian Zirker Date: Sun, 21 Aug 2022 18:38:12 +0200 Subject: [PATCH] Kleine Fehler behoben --- dashboard/docker-compose.yaml | 3 ++- monitoring/docker-compose.yaml | 2 -- telegraf/telegraf_host.conf | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dashboard/docker-compose.yaml b/dashboard/docker-compose.yaml index 2e77f6f..40abac3 100644 --- a/dashboard/docker-compose.yaml +++ b/dashboard/docker-compose.yaml @@ -19,9 +19,10 @@ services: - "traefik.http.routers.heimdall.rule=Host(`dashboard.${DOMAIN}`)" - "traefik.http.routers.heimdall.entrypoints=web" - "traefik.http.services.heimdall.loadbalancer.server.port=80" - - "docker.group="dashboard" + - "docker.group=dashboard" restart: unless-stopped networks: web: external: true + diff --git a/monitoring/docker-compose.yaml b/monitoring/docker-compose.yaml index 86835ae..cc9ce50 100644 --- a/monitoring/docker-compose.yaml +++ b/monitoring/docker-compose.yaml @@ -74,5 +74,3 @@ networks: monitoring: web: external: true - dockersocket: - external: true diff --git a/telegraf/telegraf_host.conf b/telegraf/telegraf_host.conf index 6249272..4f914aa 100644 --- a/telegraf/telegraf_host.conf +++ b/telegraf/telegraf_host.conf @@ -176,7 +176,7 @@ ## Setting interfaces will tell it to gather these explicit interfaces, ## regardless of status. ## -interfaces = ["enx001e0636be71"] +interfaces = ["enp2s0"] ## ## On linux systems telegraf also collects protocol stats. ## Setting ignore_protocol_stats to true will skip reporting of protocol metrics.