Revert "PR #59, implementation of multiple outputs"

This reverts commit 48a075529a, reversing
changes made to 924700f381.
This commit is contained in:
Cameron Sparr
2015-08-11 10:34:00 -06:00
parent 48a075529a
commit b312e48d31
9 changed files with 75 additions and 220 deletions

View File

@@ -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"