Update changelog and readme
This commit is contained in:
parent
5f3c331f79
commit
51bb937fdd
|
@ -11,6 +11,7 @@
|
||||||
- [pgbouncer](./plugins/inputs/pgbouncer/README.md) - Contributed by @nerzhul
|
- [pgbouncer](./plugins/inputs/pgbouncer/README.md) - Contributed by @nerzhul
|
||||||
- [temp](./plugins/inputs/temp/README.md) - Contributed by @pytimer
|
- [temp](./plugins/inputs/temp/README.md) - Contributed by @pytimer
|
||||||
- [tengine](./plugins/inputs/tengine/README.md) - Contributed by @ertaoxu
|
- [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
|
- [x509_cert](./plugins/inputs/x509_cert/README.md) - Contributed by @jtyr
|
||||||
|
|
||||||
### New Processors
|
### New Processors
|
||||||
|
@ -99,7 +100,8 @@
|
||||||
- [#4411](https://github.com/influxdata/telegraf/pull/4411): Add temp input plugin.
|
- [#4411](https://github.com/influxdata/telegraf/pull/4411): Add temp input plugin.
|
||||||
- [#4272](https://github.com/influxdata/telegraf/pull/4272): Add Beanstalkd 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.
|
- [#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
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -252,6 +252,7 @@ configuration options.
|
||||||
* [udp_listener](./plugins/inputs/socket_listener)
|
* [udp_listener](./plugins/inputs/socket_listener)
|
||||||
* [unbound](./plugins/inputs/unbound)
|
* [unbound](./plugins/inputs/unbound)
|
||||||
* [varnish](./plugins/inputs/varnish)
|
* [varnish](./plugins/inputs/varnish)
|
||||||
|
* [vsphere](./plugins/inputs/vsphere) VMware vSphere
|
||||||
* [webhooks](./plugins/inputs/webhooks)
|
* [webhooks](./plugins/inputs/webhooks)
|
||||||
* [filestack](./plugins/inputs/webhooks/filestack)
|
* [filestack](./plugins/inputs/webhooks/filestack)
|
||||||
* [github](./plugins/inputs/webhooks/github)
|
* [github](./plugins/inputs/webhooks/github)
|
||||||
|
|
Loading…
Reference in New Issue