2015-04-02 00:34:32 +08:00
|
|
|
[agent]
|
|
|
|
|
interval = "5s"
|
|
|
|
|
http = ":11213"
|
|
|
|
|
debug = true
|
|
|
|
|
|
|
|
|
|
[influxdb]
|
|
|
|
|
url = "http://localhost:8086"
|
|
|
|
|
username = "root"
|
|
|
|
|
password = "root"
|
2015-04-07 00:32:10 +08:00
|
|
|
database = "tivan"
|
2015-04-02 00:34:32 +08:00
|
|
|
tags = { dc = "us-phx-1" }
|
|
|
|
|
|