Update gopsutil dependency

closes #656
This commit is contained in:
Cameron Sparr
2016-03-21 15:59:31 -06:00
parent f543dbb42f
commit 4f5f6761f3
5 changed files with 35 additions and 22 deletions

View File

@@ -17,6 +17,7 @@
- [#890](https://github.com/influxdata/telegraf/issues/890): Create TLS config even if only ssl_ca is provided.
- [#884](https://github.com/influxdata/telegraf/issues/884): Do not call write method if there are 0 metrics to write.
- [#898](https://github.com/influxdata/telegraf/issues/898): Put database name in quotes, fixes special characters in the database name.
- [#656](https://github.com/influxdata/telegraf/issues/656): No longer run `lsof` on linux to get netstat data, fixes permissions issue.
## v0.11.1 [2016-03-17]