Followup to issue #77, create configured database name from toml file

This commit is contained in:
Cameron Sparr
2015-08-11 14:02:04 -06:00
parent 53969ae054
commit 08042089f9
7 changed files with 132 additions and 60 deletions

View File

@@ -10,8 +10,8 @@ username = "root"
password = "root"
database = "telegraf"
[tags.influxdb]
tags = { "dc" = "us-phx-1" }
[tags]
dc = "us-phx-1" }
[redis]
address = ":6379"