diff --git a/README.md b/README.md index 9d2ee3ce1..0b8f09edd 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Telegraf can also collect metrics via the following service plugins: * [webhooks](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks) * [github](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/github) * [mandrill](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/mandrill) + * [[particle]](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/particle) * [rollbar](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/webhooks/rollbar) * [nsq_consumer](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/nsq_consumer) diff --git a/plugins/inputs/webhooks/README.md b/plugins/inputs/webhooks/README.md index 86e6685b8..bcbeb960d 100644 --- a/plugins/inputs/webhooks/README.md +++ b/plugins/inputs/webhooks/README.md @@ -17,6 +17,7 @@ $ sudo service telegraf start - [Github](github/) - [Mandrill](mandrill/) +- [Particle](particle/) - [Rollbar](rollbar/) ## Adding new webhooks plugin