11 lines
446 B
Plaintext
11 lines
446 B
Plaintext
# Read metrics from one or many PowerDNS Recursor servers
|
|
[[inputs.powerdns_recursor]]
|
|
## Path to the Recursor control socket.
|
|
unix_sockets = ["/var/run/pdns_recursor.controlsocket"]
|
|
|
|
## Directory to create receive socket. This default is likely not writable,
|
|
## please reference the full plugin documentation for a recommended setup.
|
|
# socket_dir = "/var/run/"
|
|
## Socket permissions for the receive socket.
|
|
# socket_mode = "0666"
|