net-mgmt/telegraf: add timeout to unbound input (#2726)

This commit is contained in:
Michael
2022-01-03 09:28:20 +01:00
committed by GitHub
parent 3ab017bc39
commit a9d590d6c8
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
PLUGIN_NAME= telegraf
PLUGIN_VERSION= 1.12.3
PLUGIN_VERSION= 1.12.4
PLUGIN_COMMENT= Agent for collecting metrics and data
PLUGIN_DEPENDS= telegraf
PLUGIN_MAINTAINER= m.muenz@gmail.com
+4
View File
@@ -12,6 +12,10 @@ WWW: https://www.influxdata.com/time-series-platform/telegraf/
Plugin Changelog
================
1.12.4
* Add 5 second timeout to unbound input
1.12.3
* Add insecure_skip_verify as an option for Influx v2 output
@@ -278,6 +278,7 @@
binary = "/usr/local/sbin/unbound-control"
config_file = "/var/unbound/unbound.conf"
thread_as_tag = true
timeout = "5s"
{% endif %}
{% endif %}