]> granicus.if.org Git - icinga2/commitdiff
Remove default value for 'dns_query_type' 5384/head
authorGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 28 Jun 2017 11:59:27 +0000 (13:59 +0200)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 28 Jun 2017 12:00:11 +0000 (14:00 +0200)
itl/command-plugins.conf

index 03b364344061b80d50349a269830f5b4e29b771a..16b1d24d6e1d5da474b1baa7a5fc4da5e0d7f8c5 100644 (file)
@@ -2031,7 +2031,6 @@ object CheckCommand "dns" {
        }
 
        vars.dns_lookup = "$host.name$"
-       vars.dns_query_type = "A"
        vars.dns_timeout = 10
 }