File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2077,7 +2077,7 @@ snmp_address | **Optional.** The host's address. Defaults to "$address$".
20772077snmp_oid | ** Optional.** The SNMP OID. Defaults to "1.3.6.1.2.1.1.3.0".
20782078snmp_community | ** Optional.** The SNMP community. Defaults to "public".
20792079
2080- #### <a id =" plugin-check-command-dhcp " ></a > dhcp
2080+ #### <a id =" plugin-check-command-dns " ></a > dns
20812081
20822082Check command object for the ` check_dns ` plugin.
20832083
@@ -2088,9 +2088,9 @@ Name | Description
20882088dns_lookup | ** Optional.** The hostname or IP to query the dns for. Defaults to $host_name$.
20892089dns_server | ** Optional.** The DNS server to query. Defaults to the server configured in the OS.
20902090dns_expected_answer | ** Optional.** The answer to look for. A hostname must end with a dot.
2091- dns_authorative | ** Optional.** Expect the server to send an authorative answer.
2091+ dns_authoritative | ** Optional.** Expect the server to send an authoritative answer.
20922092
2093- #### <a id =" plugin-check-command-dns " ></a > dns
2093+ #### <a id =" plugin-check-command-dhcp " ></a > dhcp
20942094
20952095Check command object for the ` check_dhcp ` plugin.
20962096
Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ object CheckCommand "dns" {
433433 "-s" = "$dns_server$",
434434 "-a" = "$dns_expected_answer$",
435435 "-A" = {
436- set_if = "$dns_authorative $"
436+ set_if = "$dns_authoritative $"
437437 }
438438 }
439439
You can’t perform that action at this time.
0 commit comments