Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
26
plugins/inputs/dns_query/sample.conf
Normal file
26
plugins/inputs/dns_query/sample.conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
# 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 = []
|
Loading…
Add table
Add a link
Reference in a new issue