mirror of https://github.com/Icinga/icinga2.git
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:
commit
a95ea0e756
|
@ -2031,7 +2031,6 @@ object CheckCommand "dns" {
|
|||
}
|
||||
|
||||
vars.dns_lookup = "$host.name$"
|
||||
vars.dns_query_type = "A"
|
||||
vars.dns_timeout = 10
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue