2015-04-02 00:34:32 +08:00
|
|
|
[agent]
|
|
|
|
|
interval = "5s"
|
|
|
|
|
http = ":11213"
|
|
|
|
|
debug = true
|
|
|
|
|
|
2015-08-08 04:31:25 +08:00
|
|
|
[outputs]
|
|
|
|
|
[outputs.influxdb]
|
2015-04-02 00:34:32 +08:00
|
|
|
url = "http://localhost:8086"
|
|
|
|
|
username = "root"
|
|
|
|
|
password = "root"
|
2015-05-23 07:45:14 +08:00
|
|
|
database = "telegraf"
|
2015-08-08 04:31:25 +08:00
|
|
|
|
2015-08-12 04:02:04 +08:00
|
|
|
[tags]
|
2015-08-13 04:59:42 +08:00
|
|
|
dc = "us-phx-1"
|
2015-04-02 00:34:32 +08:00
|
|
|
|
2015-04-08 02:54:21 +08:00
|
|
|
[redis]
|
|
|
|
|
address = ":6379"
|