From 6f1c336108ce176affe0067732fda3f23bb708f8 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 1b5b97e95..e0f8211ed 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