From 4c092d629f67777484d9ec438c8a3f56f383a176 Mon Sep 17 00:00:00 2001 From: Wade Barnes Date: Fri, 15 Mar 2024 06:50:11 -0700 Subject: [PATCH] Fix issue with telegraf.conf - telegraf expects a trailing linefeed Signed-off-by: Wade Barnes --- telegraf/telegraf.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf/telegraf.conf b/telegraf/telegraf.conf index f6fc45f..339bdcf 100644 --- a/telegraf/telegraf.conf +++ b/telegraf/telegraf.conf @@ -507,4 +507,4 @@ ## 1. Local -- interpret based on machine localtime ## 2. "America/New_York" -- Unix TZ values like those found in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ## 3. UTC -- or blank/unspecified, will return timestamp in UTC - json_timezone = "" \ No newline at end of file + json_timezone = ""