fix(config): Made sample config consistent.

closes #682
This commit is contained in:
Sergio Jimenez
2016-02-18 09:01:50 +01:00
committed by Cameron Sparr
parent 1f77b75e14
commit 963c51f473
3 changed files with 5 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ and is in the `[agent]` config section.
- [#695](https://github.com/influxdata/telegraf/pull/695): raindrops input plugin. Thanks @burdandrei!
- [#650](https://github.com/influxdata/telegraf/pull/650): net_response input plugin. Thanks @titilambert!
- [#699](https://github.com/influxdata/telegraf/pull/699): Flush based on buffer size rather than time.
- [#682](https://github.com/influxdata/telegraf/pull/682): Mesos input plugin. Thanks @tripledes!
### Bugfixes
- [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.