Fix wrong 'dns_lookup' custom attribute default

fixes #8862
This commit is contained in:
Michael Friedrich 2015-03-25 11:44:54 +01:00
parent 7a3957cb0b
commit 9c1ddbf511

View File

@ -856,7 +856,7 @@ object CheckCommand "dns" {
}
}
vars.dns_lookup = "$host_name$"
vars.dns_lookup = "$host.name$"
vars.dns_expected_answer = "$check_address$"
}