InfluxDB output: add tests and a README

This commit is contained in:
Cameron Sparr
2015-11-13 10:39:36 -07:00
parent 20fbfc7006
commit 0f036d6bec
4 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
# InfluxDB Output Plugin
This plugin writes to [InfluxDB](https://www.influxdb.com) via HTTP or UDP.
Required parameters:
* `urls`: List of strings, this is for InfluxDB clustering
support. On each flush interval, Telegraf will randomly choose one of the urls
to write to. Each URL should start with either `http://` or `udp://`
* `database`: The name of the database to write to.