add option to disable dns lookup for chronyc

closes #1265
This commit is contained in:
Rene Zbinden
2016-05-25 12:46:14 +02:00
committed by Cameron Sparr
parent 9144f9630b
commit a8334c3261
4 changed files with 36 additions and 9 deletions

View File

@@ -23,6 +23,7 @@ time before a new metric is included by the plugin.
- [#1208](https://github.com/influxdata/telegraf/pull/1208): Standardized AWS credentials evaluation & wildcard CloudWatch dimensions. Thanks @johnrengelman!
- [#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
- [#1272](https://github.com/influxdata/telegraf/pull/1272): graphite parser: add ability to specify multiple tag keys, for consistency with influxdb parser.
- [#1265](https://github.com/influxdata/telegraf/pull/1265): Make dns lookups for chrony configurable. Thanks @zbindenren!
### Bugfixes