From 1c1943f58ad4d5c4e28301e78a3bf660f6fd4b9f Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 28 Jun 2017 13:59:27 +0200 Subject: [PATCH] Remove default value for 'dns_query_type' --- itl/command-plugins.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 03b364344..16b1d24d6 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -2031,7 +2031,6 @@ object CheckCommand "dns" { } vars.dns_lookup = "$host.name$" - vars.dns_query_type = "A" vars.dns_timeout = 10 }