telegraf/testdata/influx.toml

15 lines
204 B
TOML
Raw Normal View History

[agent]
interval = "5s"
http = ":11213"
debug = true
[influxdb]
url = "http://localhost:8086"
username = "root"
password = "root"
database = "tivan"
tags = { dc = "us-phx-1" }
2015-04-07 18:54:21 +00:00
[redis]
address = ":6379"