On a package upgrade, restart telegraf.

closes #338
This commit is contained in:
Sean Reifschneider
2015-11-02 09:21:20 -07:00
committed by Cameron Sparr
parent 0398dc1226
commit a992e16f7d
2 changed files with 11 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ changed to just run docker commands in the Makefile. See `make docker-run` and
### Features
- [#325](https://github.com/influxdb/telegraf/pull/325): NSQ output. Thanks @jrxFive!
- [#318](https://github.com/influxdb/telegraf/pull/318): Prometheus output. Thanks @oldmantaiter!
- [#338](https://github.com/influxdb/telegraf/pull/338): Restart Telegraf on package upgrade. Thanks @linsomniac!
### Bugfixes
- [#331](https://github.com/influxdb/telegraf/pull/331): Dont overwrite host tag in redis plugin.