update gopsutil to commit with timeout support

closes #1215
This commit is contained in:
Cameron Sparr
2016-05-21 20:47:20 +01:00
parent 56aee1ceee
commit 3c5c3b98df
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
- [#1195](https://github.com/influxdata/telegraf/pull/1195): Docker panic on timeout. Thanks @zstyblik!
- [#1211](https://github.com/influxdata/telegraf/pull/1211): mongodb input. Fix possible panic. Thanks @kols!
- [#1215](https://github.com/influxdata/telegraf/pull/1215): Fix for possible gopsutil-dependent plugin hangs.
- [#1228](https://github.com/influxdata/telegraf/pull/1228): Fix service plugin host tag overwrite.
- [#1198](https://github.com/influxdata/telegraf/pull/1198): http_response: override request Host header properly