Initial spike

This is mostly to solidify the overall structure with the agent,
plugins, and testing philosphy.
This commit is contained in:
Evan Phoenix
2015-04-01 09:34:32 -07:00
parent b8e13890a9
commit db74acb86d
13 changed files with 649 additions and 0 deletions

12
testdata/influx.toml vendored Normal file
View File

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