update README and CHANGELOG with PagerDuty plugin inclusion information

This commit is contained in:
Ranjib Dey 2016-08-23 20:21:25 -07:00
parent 2b67d3b886
commit 91ea59c276
2 changed files with 2 additions and 0 deletions

View File

@ -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()

View File

@ -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)