From: Michael Friedrich Date: Wed, 25 Mar 2015 10:44:54 +0000 (+0100) Subject: Fix wrong 'dns_lookup' custom attribute default X-Git-Tag: v2.4.0~774 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aaafbcbbac76db22d7bbfa8e2c350284770c565b;p=icinga2 Fix wrong 'dns_lookup' custom attribute default fixes #8862 --- 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$" }