Skip to content

Commit 83e139d

Browse files
author
Jonathan Chauncey
committed
fix(telegraf): influxdb input plugin needed pathing added to it
1 parent 59b1b57 commit 83e139d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

telegraf/rootfs/config.toml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
167167
{{if .INFLUXDB_URLS}}
168168
[[inputs.influxdb]]
169-
urls = ["{{.INFLUXDB_URLS}}"]
169+
urls = ["{{.INFLUXDB_URLS}}/debug/vars"]
170170
{{end}}
171171
172172
{{if .MEMCACHED_SERVERS}}

0 commit comments

Comments
 (0)