README updated for pgrep user support

closes #724
This commit is contained in:
Aurélien DEHAY
2016-02-19 19:27:47 +01:00
committed by Cameron Sparr
parent ed684be18d
commit 9687f71a17
3 changed files with 4 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
### Features
- [#727](https://github.com/influxdata/telegraf/pull/727): riak input, thanks @jcoene!
- [#694](https://github.com/influxdata/telegraf/pull/694): DNS Query input, thanks @mjasion!
- [#724](https://github.com/influxdata/telegraf/pull/724): username matching for procstat input, thanks @zorel!
### Bugfixes
- [#701](https://github.com/influxdata/telegraf/pull/701): output write count shouldnt print in quiet mode.