Irqstat input plugin (#2494)

closes #2469
This commit is contained in:
calerogers
2017-04-13 15:53:02 -07:00
committed by Daniel Nelson
parent dff216c44d
commit cadd845b36
6 changed files with 237 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ be deprecated eventually.
### Features
- [#2494](https://github.com/influxdata/telegraf/pull/2494): Add interrupts input plugin.
- [#2094](https://github.com/influxdata/telegraf/pull/2094): Add generic socket listener & writer.
- [#2204](https://github.com/influxdata/telegraf/pull/2204): Extend http_response to support searching for a substring in response. Return 1 if found, else 0.
- [#2137](https://github.com/influxdata/telegraf/pull/2137): Added userstats to mysql input plugin.