8 lines
293 B
Text
8 lines
293 B
Text
|
# Read metrics from one or many PowerDNS servers
|
||
|
[[inputs.powerdns]]
|
||
|
# An array of sockets to gather stats about.
|
||
|
# Specify a path to unix socket.
|
||
|
#
|
||
|
# If no servers are specified, then '/var/run/pdns.controlsocket' is used as the path.
|
||
|
unix_sockets = ["/var/run/pdns.controlsocket"]
|