]> granicus.if.org Git - icinga2/commitdiff
Fix wrong 'dns_lookup' custom attribute default
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Mar 2015 10:44:54 +0000 (11:44 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 25 Mar 2015 10:44:54 +0000 (11:44 +0100)
fixes #8862

itl/command-plugins.conf

index 1f4262d7412b2f568d2c06e2d032e4aa425abfe9..6df1ad744e040317cbdd2b730b9afe27783f8e03 100644 (file)
@@ -856,7 +856,7 @@ object CheckCommand "dns" {
                }
        }
 
-       vars.dns_lookup = "$host_name$"
+       vars.dns_lookup = "$host.name$"
        vars.dns_expected_answer = "$check_address$"
 }