mirror of https://github.com/Icinga/icinga2.git
Remove default value for 'dns_query_type'
This commit is contained in:
parent
0e423df4a0
commit
1c1943f58a
|
@ -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