dns_query plugin fixups:

- renamed plugin to dns_query
- domains are optional
- new record types

closes #694
This commit is contained in:
Marcin Jasion
2016-02-21 18:43:24 +01:00
committed by Cameron Sparr
parent d43d6f2b13
commit bb50d7edb4
7 changed files with 122 additions and 58 deletions

View File

@@ -2,6 +2,7 @@
### Features
- [#727](https://github.com/influxdata/telegraf/pull/727): riak input, thanks @jcoene!
- [#694](https://github.com/influxdata/telegraf/pull/694): DNS Query input, thanks @mjasion!
### Bugfixes