remove cgo dependeny with forking sensors command

closes #1414
closes #649
This commit is contained in:
Rene Zbinden
2016-06-24 10:18:02 +02:00
committed by Cameron Sparr
parent abcd19493e
commit 1989a5855d
7 changed files with 469 additions and 66 deletions

View File

@@ -80,6 +80,7 @@ consistent with the behavior of `collection_jitter`.
- [#1296](https://github.com/influxdata/telegraf/issues/1296): Refactor of flush_jitter argument.
- [#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
- [#1543](https://github.com/influxdata/telegraf/pull/1543): Official Windows service.
- [#1414](https://github.com/influxdata/telegraf/pull/1414): Forking sensors command to remove C package dependency.
### Bugfixes