From 62b7cb91dc17a385cb48069d333a9fe7b08f88af Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 28 Nov 2017 15:19:30 -0800 Subject: [PATCH] Add bond input to readme and update changelog --- CHANGELOG.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b5acc3f..5b7e1d698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### New Plugins - [basicstats](./plugins/aggregators/basicstats/README.md) - Thanks to @toni-moreno +- [bond](./plugins/inputs/bond/README.md) - Thanks to @ildarsv - [cratedb](./plugins/outputs/wavefront/README.md) - Thanks to @felixge - [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei - [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah @@ -69,6 +70,7 @@ - [#3449](https://github.com/influxdata/telegraf/pull/3449): Add opensmtpd input plugin. - [#3470](https://github.com/influxdata/telegraf/pull/3470): Add support for tags in the index name in elasticsearch output. - [#2553](https://github.com/influxdata/telegraf/pull/2553): Add postfix input plugin. +- [#3424](https://github.com/influxdata/telegraf/pull/3424): Add bond input plugin. ### Bugfixes diff --git a/README.md b/README.md index 20c3c584c..2de05d7a4 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ configuration options. * [apache](./plugins/inputs/apache) * [aws cloudwatch](./plugins/inputs/cloudwatch) * [bcache](./plugins/inputs/bcache) +* [bond](./plugins/inputs/bond) * [cassandra](./plugins/inputs/cassandra) * [ceph](./plugins/inputs/ceph) * [cgroup](./plugins/inputs/cgroup)