From 51bb937fdd909a4a750f97a8c3983983b3543ac7 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Tue, 11 Sep 2018 14:55:18 -0700 Subject: [PATCH] Update changelog and readme --- CHANGELOG.md | 4 +++- README.md | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf05e9311..49ff3c700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - [pgbouncer](./plugins/inputs/pgbouncer/README.md) - Contributed by @nerzhul - [temp](./plugins/inputs/temp/README.md) - Contributed by @pytimer - [tengine](./plugins/inputs/tengine/README.md) - Contributed by @ertaoxu +- [vsphere](./plugins/inputs/vsphere/README.md) - Contributed by @prydin - [x509_cert](./plugins/inputs/x509_cert/README.md) - Contributed by @jtyr ### New Processors @@ -99,7 +100,8 @@ - [#4411](https://github.com/influxdata/telegraf/pull/4411): Add temp input plugin. - [#4272](https://github.com/influxdata/telegraf/pull/4272): Add Beanstalkd input plugin. - [#4669](https://github.com/influxdata/telegraf/pull/4669): Add means to specify server password for redis input. -- [#4339](https://github.com/influxdata/telegraf/pull/4339): Add Splunk Metrics serializer +- [#4339](https://github.com/influxdata/telegraf/pull/4339): Add Splunk Metrics serializer. +- [#4141](https://github.com/influxdata/telegraf/pull/4141): Add input plugin for VMware vSphere. ### Bugfixes diff --git a/README.md b/README.md index 7ac997ff6..c93d9ea77 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ configuration options. * [udp_listener](./plugins/inputs/socket_listener) * [unbound](./plugins/inputs/unbound) * [varnish](./plugins/inputs/varnish) +* [vsphere](./plugins/inputs/vsphere) VMware vSphere * [webhooks](./plugins/inputs/webhooks) * [filestack](./plugins/inputs/webhooks/filestack) * [github](./plugins/inputs/webhooks/github)