dns.conf 596 B
{% set interval = "5s" %}
{% set flush_interval = "10s" %}
{% set hostname = "intserver" %}
{% include "includes/telegraf.conf" %}
# Query given DNS server and gives statistics
[[inputs.dns_query]]
## servers to query
servers = ["10.0.0.1","8.8.8.8","9.9.9.10"]
## Network is the network protocol name.
# network = "udp"
## Domains or subdomains to query.
# domains = ["."]
## Query record type.
## Posible values: A, AAAA, CNAME, MX, NS, PTR, TXT, SOA, SPF, SRV.
# record_type = "A"
## Dns server port.
# port = 53
## Query timeout in seconds.
# timeout = 2