Change HAProxy plugin tag from host to server

fixes #342
This commit is contained in:
Cameron Sparr
2015-11-03 11:04:52 -07:00
parent 6794fd06eb
commit e2854232d0
3 changed files with 10 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ changed to just run docker commands in the Makefile. See `make docker-run` and
`make docker-kill`. `make test` will still run all unit tests with docker.
- Long unit tests are now run in CircleCI, with docker & race detector
- Redis plugin tag has changed from `host` to `server`
- HAProxy plugin tag has changed from `host` to `server`
### Features
- [#325](https://github.com/influxdb/telegraf/pull/325): NSQ output. Thanks @jrxFive!