Skip to content

Commit

Permalink
Fix wrong 'dns_lookup' custom attribute default
Browse files Browse the repository at this point in the history
fixes #8862
  • Loading branch information
Michael Friedrich committed Mar 25, 2015
1 parent d3c0c1e commit aaafbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itl/command-plugins.conf
Expand Up @@ -856,7 +856,7 @@ object CheckCommand "dns" {
}
}

vars.dns_lookup = "$host_name$"
vars.dns_lookup = "$host.name$"
vars.dns_expected_answer = "$check_address$"
}

Expand Down

0 comments on commit aaafbcb

Please sign in to comment.