From 9c1ddbf511b16a3cffd9f93eb2621ec6175a22f3 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 25 Mar 2015 11:44:54 +0100 Subject: [PATCH] Fix wrong 'dns_lookup' custom attribute default fixes #8862 --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index 1f4262d74..6df1ad744 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -856,7 +856,7 @@ object CheckCommand "dns" { } } - vars.dns_lookup = "$host_name$" + vars.dns_lookup = "$host.name$" vars.dns_expected_answer = "$check_address$" } -- 2.40.0