From 67d6d183ffde73c2b83501a5f724623eebae6c50 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 15:03:18 -0500 Subject: [PATCH] docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11496) Co-authored-by: Tiger Bot <> --- etc/telegraf.conf | 6 ++++++ etc/telegraf_windows.conf | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 481db0e43..b9e1f5a41 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -6798,6 +6798,12 @@ # ## SNMP version; can be 1, 2, or 3. # # version = 2 # +# ## Unconnected UDP socket +# ## When true, SNMP reponses are accepted from any address not just +# ## the requested address. This can be useful when gathering from +# ## redundant/failover systems. +# # unconnected_udp_socket = false +# # ## Path to mib files # ## Used by the gosmi translator. # ## To add paths when translating with netsnmp, use the MIBDIRS environment variable diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index ceaf472b5..1d8f81265 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -6630,6 +6630,12 @@ # ## SNMP version; can be 1, 2, or 3. # # version = 2 # +# ## Unconnected UDP socket +# ## When true, SNMP reponses are accepted from any address not just +# ## the requested address. This can be useful when gathering from +# ## redundant/failover systems. +# # unconnected_udp_socket = false +# # ## Path to mib files # ## Used by the gosmi translator. # ## To add paths when translating with netsnmp, use the MIBDIRS environment variable