Add unbound input plugin (#3434)

This commit is contained in:
aromeyer
2017-11-20 23:32:06 +01:00
committed by Daniel Nelson
parent 393c4c6c2d
commit e544d742f9
6 changed files with 493 additions and 0 deletions

View File

@@ -2887,6 +2887,19 @@
# # socket_listener plugin
# # see https://github.com/influxdata/telegraf/tree/master/plugins/inputs/socket_listener
# # A plugin to collect stats from Unbound - a validating, recursive, and caching DNS resolver
# [[inputs.unbound]]
# ## If running as a restricted user you can prepend sudo for additional access:
# #use_sudo = false
#
# ## The default location of the unbound-control binary can be overridden with:
# binary = "/usr/sbin/unbound-control"
#
# # The default timeout of 1s can be overriden with:
# #timeout = "1s"
#
# # Use the builtin fielddrop/fieldpass telegraf filters in order to keep/remove specific fields
# fieldpass = ["total_*", "num_*","time_up", "mem_*"]
# # A Webhooks Event collector
# [[inputs.webhooks]]