Revert "PR #59, implementation of multiple outputs"
This reverts commit48a075529a, reversing changes made to924700f381.
This commit is contained in:
5
testdata/influx.toml
vendored
5
testdata/influx.toml
vendored
@@ -3,13 +3,12 @@ interval = "5s"
|
||||
http = ":11213"
|
||||
debug = true
|
||||
|
||||
[outputs]
|
||||
[outputs.influxdb]
|
||||
[influxdb]
|
||||
url = "http://localhost:8086"
|
||||
username = "root"
|
||||
password = "root"
|
||||
database = "telegraf"
|
||||
tags = { "dc" = "us-phx-1" }
|
||||
tags = { dc = "us-phx-1" }
|
||||
|
||||
[redis]
|
||||
address = ":6379"
|
||||
|
||||
Reference in New Issue
Block a user