diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bdd04142..d45e57168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ consistent with the behavior of `collection_jitter`. ### Features +- [#1292](https://github.com/influxdata/telegraf/pull/1292): PagerDuty event output plugin - [#1413](https://github.com/influxdata/telegraf/issues/1413): Separate container_version from container_image tag. - [#1525](https://github.com/influxdata/telegraf/pull/1525): Support setting per-device and total metrics for Docker network and blockio. - [#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats() diff --git a/README.md b/README.md index 74bbf2a4f..5fbf1a1d7 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ want to add support for another service or third-party API. * [mqtt](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/mqtt) * [nsq](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/nsq) * [opentsdb](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/opentsdb) +* [PagerDuty](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/pagerduty) * [prometheus](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/prometheus_client) * [riemann](https://github.com/influxdata/telegraf/tree/master/plugins/outputs/riemann)