From 2bb2248847d378906726183b77a187517aa31822 Mon Sep 17 00:00:00 2001 From: ukkopahis <95980324+ukkopahis@users.noreply.github.com> Date: Mon, 2 May 2022 00:27:12 +0300 Subject: [PATCH] telegraf: don't send random generated hostname to influx --- .templates/telegraf/service.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/telegraf/service.yml b/.templates/telegraf/service.yml index 2e0eb2b90..8fd4fd529 100644 --- a/.templates/telegraf/service.yml +++ b/.templates/telegraf/service.yml @@ -1,6 +1,7 @@ telegraf: container_name: telegraf build: ./.templates/telegraf/. + hostname: iotstack # optional restart: unless-stopped environment: - TZ=Etc/UTC