telegraf/testdata/influx.toml

13 lines
180 B
TOML

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