docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11496)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
d7f8f025fc
commit
67d6d183ff
|
|
@ -6798,6 +6798,12 @@
|
||||||
# ## SNMP version; can be 1, 2, or 3.
|
# ## SNMP version; can be 1, 2, or 3.
|
||||||
# # version = 2
|
# # 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
|
# ## Path to mib files
|
||||||
# ## Used by the gosmi translator.
|
# ## Used by the gosmi translator.
|
||||||
# ## To add paths when translating with netsnmp, use the MIBDIRS environment variable
|
# ## To add paths when translating with netsnmp, use the MIBDIRS environment variable
|
||||||
|
|
|
||||||
|
|
@ -6630,6 +6630,12 @@
|
||||||
# ## SNMP version; can be 1, 2, or 3.
|
# ## SNMP version; can be 1, 2, or 3.
|
||||||
# # version = 2
|
# # 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
|
# ## Path to mib files
|
||||||
# ## Used by the gosmi translator.
|
# ## Used by the gosmi translator.
|
||||||
# ## To add paths when translating with netsnmp, use the MIBDIRS environment variable
|
# ## To add paths when translating with netsnmp, use the MIBDIRS environment variable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue