Add PowerDNS Recursor input plugin (#4545)

This commit is contained in:
dupondje
2019-04-24 01:34:52 +02:00
committed by Daniel Nelson
parent c71827ecfa
commit a0202744cf
6 changed files with 856 additions and 0 deletions

View File

@@ -3346,6 +3346,20 @@
# unix_sockets = ["/var/run/pdns.controlsocket"]
# # Read metrics from one or many PowerDNS recursors
# [[inputs.powerdns_recursor]]
# ## An array of sockets to gather stats about.
# ## Specify a path to unix socket.
# ##
# ## If no servers are specified, then '/var/run/pdns_recursor.controlsocket' is used as the path.
# unix_sockets = ["/var/run/pdns_recursor.controlsocket"]
#
# ## Socket for Receive
# # socket_dir = "/var/run/"
# ## Socket permissions
# # socket_mode = "0666"
# # Monitor process cpu and memory usage
# [[inputs.procstat]]
# ## PID file to monitor process