Fix docker stats to make it work on centos 7.

issue #58
issue #84
This commit is contained in:
Ruslan Islamgaliev
2015-09-10 14:27:50 +03:00
committed by Cameron Sparr
parent d8482cc286
commit bd00f46d8b
2 changed files with 15 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ will still be backwards compatible if only `url` is specified.
- [#175](https://github.com/influxdb/telegraf/issues/175): Set write precision before gathering metrics
- [#178](https://github.com/influxdb/telegraf/issues/178): redis plugin, multiple server thread hang bug
- Fix net plugin on darwin
- [#84](https://github.com/influxdb/telegraf/issues/84): Fix docker plugin on CentOS. Thanks @neezgee!
## v0.1.8 [2015-09-04]