diff --git a/README.md b/README.md index eb684f23f..c628194e1 100644 --- a/README.md +++ b/README.md @@ -218,8 +218,9 @@ Telegraf can also collect metrics via the following service plugins: * [mqtt_consumer](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/mqtt_consumer) * [kafka_consumer](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/kafka_consumer) * [nats_consumer](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nats_consumer) -* [github_webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/github_webhooks) -* [rollbar_webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/rollbar_webhooks) +* [webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks) + * [github](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/github) + * [rollbar](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/rollbar) We'll be adding support for many more over the coming months. Read on if you want to add support for another service or third-party API.