From 003ba7d57cc87689eeb678905fd17519567ec54a Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 17:02:12 -0700 Subject: [PATCH] feat: update configs (#10374) --- etc/telegraf.conf | 1 + etc/telegraf_windows.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 5e0c9fad6..4616cca39 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -8868,6 +8868,7 @@ # ## Path to mib files # # path = ["/usr/share/snmp/mibs"] # ## +# ## Deprecated in 1.20.0; no longer running snmptranslate # ## Timeout running snmptranslate command # # timeout = "5s" # ## Snmp version, defaults to 2c diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 265f50969..b7e1084ce 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -8736,6 +8736,7 @@ # ## Path to mib files # # path = ["/usr/share/snmp/mibs"] # ## +# ## Deprecated in 1.20.0; no longer running snmptranslate # ## Timeout running snmptranslate command # # timeout = "5s" # ## Snmp version, defaults to 2c