From 34fbdc9b7f00e9d82baf93f6ccfc437624697f1e Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 31 Jan 2018 12:30:03 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47b40966d..8d2acf082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### New Plugins +- [ipset](./plugins/inputs/ipset/README.md) - Thanks to @sajoupa - [nats](./plugins/inputs/nats/README.md) - Thanks to @mjs & @levex ### Features @@ -39,6 +40,7 @@ - [#3674](https://github.com/influxdata/telegraf/pull/3674): Add NATS Monitoring Input Plugin. - [#3702](https://github.com/influxdata/telegraf/pull/3702): Add ability to select which queues will be gathered in rabbitmq input. - [#3726](https://github.com/influxdata/telegraf/pull/3726): Add support for setting bsd source address to the ping input. +- [#3346](https://github.com/influxdata/telegraf/pull/3346): Add Ipset input plugin. ### Bugfixes diff --git a/README.md b/README.md index 7411c3248..d52327f4c 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ configuration options. * [interrupts](./plugins/inputs/interrupts) * [ipmi_sensor](./plugins/inputs/ipmi_sensor) * [iptables](./plugins/inputs/iptables) +* [ipset](./plugins/inputs/ipset) * [jolokia](./plugins/inputs/jolokia) (deprecated, use [jolokia2](./plugins/inputs/jolokia2)) * [jolokia2](./plugins/inputs/jolokia2) * [kapacitor](./plugins/inputs/kapacitor)