Skip to content

Commit 4c092d6

Browse files
committed
Fix issue with telegraf.conf
- telegraf expects a trailing linefeed Signed-off-by: Wade Barnes <[email protected]>
1 parent b6ce6fa commit 4c092d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegraf/telegraf.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,4 +507,4 @@
507507
## 1. Local -- interpret based on machine localtime
508508
## 2. "America/New_York" -- Unix TZ values like those found in https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
509509
## 3. UTC -- or blank/unspecified, will return timestamp in UTC
510-
json_timezone = ""
510+
json_timezone = ""

0 commit comments

Comments
 (0)