move tags to influxdb struct, update all sample configs

This commit is contained in:
JP
2015-08-07 15:31:25 -05:00
parent 48c10f9454
commit 91f6c4b740
9 changed files with 19 additions and 50 deletions

View File

@@ -9,9 +9,7 @@ url = "http://localhost:8086"
username = "root"
password = "root"
database = "telegraf"
[tags]
dc = "us-phx-1"
tags = { "dc" = "us-phx-1" }
[redis]
address = ":6379"