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

@@ -16,6 +16,7 @@ to "stdout".
- [#1139](https://github.com/influxdata/telegraf/pull/1139): instrumental output plugin. Thanks @jasonroelofs!
- [#1172](https://github.com/influxdata/telegraf/pull/1172): Ceph storage stats. Thanks @robinpercy!
- [#1233](https://github.com/influxdata/telegraf/pull/1233): Updated golint gopsutil dependency.
- [#1238](https://github.com/influxdata/telegraf/pull/1238): chrony input plugin. Thanks @zbindenren!
- [#479](https://github.com/influxdata/telegraf/issues/479): per-plugin execution time added to debug output.
### Bugfixes