Merge pull request #5384 from Icinga/fix/remove-dns-default-value

Remove default value for 'dns_query_type'

fixes #5383
fixes #5384
This commit is contained in:
Gunnar Beutner 2017-06-28 14:04:44 +02:00 committed by GitHub
commit a95ea0e756
1 changed files with 0 additions and 1 deletions

View File

@ -2031,7 +2031,6 @@ object CheckCommand "dns" {
}
vars.dns_lookup = "$host.name$"
vars.dns_query_type = "A"
vars.dns_timeout = 10
}