add chrony support (#1238)

* add chrony support

* remove path definition

* add changelog
This commit is contained in:
Rene Zbinden
2016-05-24 10:55:25 +02:00
committed by Cameron Sparr
parent 8e92d3a4a0
commit 52d5b19219
7 changed files with 310 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ Currently implemented sources:
* [bcache](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/bcache)
* [cassandra](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cassandra)
* [ceph](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/ceph)
* [chrony](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/chrony)
* [couchbase](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchbase)
* [couchdb](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/couchdb)
* [disque](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/disque)