Implement support for fetching hddtemp data (#1411)

This commit is contained in:
Mendelson Gusmão
2016-07-21 13:00:54 -03:00
committed by Cameron Sparr
parent 0462af164e
commit 29ea433763
9 changed files with 300 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ should now look like:
- [#1434](https://github.com/influxdata/telegraf/pull/1434): Add measurement name arg to logparser plugin.
- [#1479](https://github.com/influxdata/telegraf/pull/1479): logparser: change resp_code from a field to a tag.
- [#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats()
- [#1411](https://github.com/influxdata/telegraf/pull/1411): Implement support for fetching hddtemp data
### Bugfixes