Files
telegraf/testdata/influx.toml
2015-05-22 16:45:14 -07:00

15 lines
207 B
TOML

[agent]
interval = "5s"
http = ":11213"
debug = true
[influxdb]
url = "http://localhost:8086"
username = "root"
password = "root"
database = "telegraf"
tags = { dc = "us-phx-1" }
[redis]
address = ":6379"