allow querying sensors via the open interface

closes #2244
closes #1547
This commit is contained in:
Matteo Cerutti
2017-01-09 10:45:31 +00:00
committed by Cameron Sparr
parent dfba3ff37a
commit a610f8bd03
6 changed files with 315 additions and 194 deletions

View File

@@ -39,6 +39,7 @@ It is highly recommended that all users migrate to the new riemann output plugin
- [#1453](https://github.com/influxdata/telegraf/pull/1453): diskio: add support for name templates and udev tags.
- [#2277](https://github.com/influxdata/telegraf/pull/2277): add integer metrics for Consul check health state.
- [#2201](https://github.com/influxdata/telegraf/pull/2201): Add lock option to the IPtables input plugin.
- [#2244](https://github.com/influxdata/telegraf/pull/2244): Support ipmi_sensor plugin querying local ipmi sensors.
### Bugfixes