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
15
plugins/inputs/bind/sample.conf
Normal file
15
plugins/inputs/bind/sample.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Read BIND nameserver XML statistics
|
||||
[[inputs.bind]]
|
||||
## An array of BIND XML statistics URI to gather stats.
|
||||
## Default is "http://localhost:8053/xml/v3".
|
||||
# urls = ["http://localhost:8053/xml/v3"]
|
||||
# gather_memory_contexts = false
|
||||
# gather_views = false
|
||||
|
||||
## Report xml v3 counters as integers instead of unsigned for backward
|
||||
## compatibility. Set this to false as soon as possible!
|
||||
## Values are clipped if exceeding the integer range.
|
||||
# report_counters_as_int = true
|
||||
|
||||
## Timeout for http requests made by bind nameserver
|
||||
# timeout = "4s"
|
Loading…
Add table
Add a link
Reference in a new issue