18 lines
222 B
TOML
18 lines
222 B
TOML
[agent]
|
|
interval = "5s"
|
|
http = ":11213"
|
|
debug = true
|
|
|
|
[outputs]
|
|
[outputs.influxdb]
|
|
url = "http://localhost:8086"
|
|
username = "root"
|
|
password = "root"
|
|
database = "telegraf"
|
|
|
|
[tags]
|
|
dc = "us-phx-1"
|
|
|
|
[redis]
|
|
address = ":6379"
|