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 d3c0c1e42b
commit aaafbcbbac
1 changed files with 1 additions and 1 deletions

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$" vars.dns_expected_answer = "$check_address$"
} }