26 lines
691 B
Text
26 lines
691 B
Text
# Query given DNS server and gives statistics
|
|
[[inputs.dns_query]]
|
|
## servers to query
|
|
servers = ["8.8.8.8"]
|
|
|
|
## Network is the network protocol name.
|
|
# network = "udp"
|
|
|
|
## Domains or subdomains to query.
|
|
# domains = ["."]
|
|
|
|
## Query record type.
|
|
## Possible values: A, AAAA, CNAME, MX, NS, PTR, TXT, SOA, SPF, SRV.
|
|
# record_type = "A"
|
|
|
|
## Dns server port.
|
|
# port = 53
|
|
|
|
## Query timeout
|
|
# timeout = "2s"
|
|
|
|
## Include the specified additional properties in the resulting metric.
|
|
## The following values are supported:
|
|
## "first_ip" -- return IP of the first A and AAAA answer
|
|
## "all_ips" -- return IPs of all A and AAAA answers
|
|
# include_fields = []
|