Support InfluxDB clusters

Closes #143
This commit is contained in:
Cameron Sparr
2015-09-09 15:56:10 -06:00
parent a7ed46160a
commit 3c7c8926fb
4 changed files with 78 additions and 27 deletions

View File

@@ -1,6 +1,11 @@
## v0.1.9 [unreleased]
### Release Notes
- InfluxDB output config change: `url` is now `urls`, and is a list. Config files
will still be backwards compatible if only `url` is specified.
### Features
- [#143](https://github.com/influxdb/telegraf/issues/143): InfluxDB clustering support
### Bugfixes
- [#170](https://github.com/influxdb/telegraf/issues/170): Systemd support