diff --git a/CHANGELOG.md b/CHANGELOG.md index 268f7d8b2..2627d72ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ - [http_listener_v2](/plugins/inputs/http_listener_v2/README.md) - Contributed by @jul1u5 - [ipvs](/plugins/inputs/ipvs/README.md) - Contributed by @amoghe -- [nginx_plus_api](/plugins/inputs/nginx_plus_api/README.md) - Contributed by Bugagazavr +- [nginx_plus_api](/plugins/inputs/nginx_plus_api/README.md) - Contributed by @Bugagazavr +- [wireless](/plugins/inputs/wireless/README.md) - Contributed by @jamesmaidment #### New Outputs @@ -35,6 +36,7 @@ - [#4852](https://github.com/influxdata/telegraf/pull/4852): Add ability to specify bytes options as strings with units. - [#3903](https://github.com/influxdata/telegraf/pull/3903): Add support for TLS configuration in NSQ input. - [#4914](https://github.com/influxdata/telegraf/pull/4914): Collect additional stats in memcached input. +- [#3847](https://github.com/influxdata/telegraf/pull/3847): Add wireless input plugin. ## v1.8.3 [unreleased] diff --git a/README.md b/README.md index 5d013863a..6381efb92 100644 --- a/README.md +++ b/README.md @@ -267,6 +267,7 @@ For documentation on the latest development code see the [documentation index][d * [rollbar](./plugins/inputs/webhooks/rollbar) * [win_perf_counters](./plugins/inputs/win_perf_counters) (windows performance counters) * [win_services](./plugins/inputs/win_services) +* [wireless](./plugins/inputs/wireless) * [zfs](./plugins/inputs/zfs) * [zipkin](./plugins/inputs/zipkin) * [zookeeper](./plugins/inputs/zookeeper)