docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11885)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
fc8a300fe7
commit
8c41dfe4b8
|
|
@ -1285,6 +1285,7 @@
|
|||
# # max_message_bytes = 1000000
|
||||
#
|
||||
# ## Optional TLS Config
|
||||
# # enable_tls = true
|
||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||
# # tls_key = "/etc/telegraf/key.pem"
|
||||
|
|
@ -6448,8 +6449,8 @@
|
|||
# ## Set additional valid status codes, StatusOK (0x0) is always considered valid
|
||||
# # additional_valid_status_codes = ["0xC0"]
|
||||
#
|
||||
# ## Use regular reads instead of registered reads
|
||||
# # use_regular_reads = false
|
||||
# ## Use unregistered reads instead of registered reads
|
||||
# # use_unregistered_reads = false
|
||||
|
||||
|
||||
# # OpenLDAP cn=Monitor plugin
|
||||
|
|
@ -7892,8 +7893,11 @@
|
|||
# ## Use TLS but skip chain & host verification
|
||||
# # insecure_skip_verify = false
|
||||
#
|
||||
# ## Content encoding for message payloads, can be set to "gzip" to or
|
||||
# ## "identity" to apply no encoding.
|
||||
# ## Content encoding for message payloads, can be set to
|
||||
# ## "gzip", "identity" or "auto"
|
||||
# ## - Use "gzip" to decode gzip
|
||||
# ## - Use "identity" to apply no encoding
|
||||
# ## - Use "auto" determine the encoding using the ContentEncoding header
|
||||
# # content_encoding = "identity"
|
||||
#
|
||||
# ## Data format to consume.
|
||||
|
|
@ -8825,6 +8829,7 @@
|
|||
# # version = ""
|
||||
#
|
||||
# ## Optional TLS Config
|
||||
# # enable_tls = true
|
||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||
# # tls_key = "/etc/telegraf/key.pem"
|
||||
|
|
|
|||
|
|
@ -1285,6 +1285,7 @@
|
|||
# # max_message_bytes = 1000000
|
||||
#
|
||||
# ## Optional TLS Config
|
||||
# # enable_tls = true
|
||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||
# # tls_key = "/etc/telegraf/key.pem"
|
||||
|
|
@ -6268,8 +6269,8 @@
|
|||
# ## Set additional valid status codes, StatusOK (0x0) is always considered valid
|
||||
# # additional_valid_status_codes = ["0xC0"]
|
||||
#
|
||||
# ## Use regular reads instead of registered reads
|
||||
# # use_regular_reads = false
|
||||
# ## Use unregistered reads instead of registered reads
|
||||
# # use_unregistered_reads = false
|
||||
|
||||
|
||||
# # OpenLDAP cn=Monitor plugin
|
||||
|
|
@ -7814,8 +7815,11 @@
|
|||
# ## Use TLS but skip chain & host verification
|
||||
# # insecure_skip_verify = false
|
||||
#
|
||||
# ## Content encoding for message payloads, can be set to "gzip" to or
|
||||
# ## "identity" to apply no encoding.
|
||||
# ## Content encoding for message payloads, can be set to
|
||||
# ## "gzip", "identity" or "auto"
|
||||
# ## - Use "gzip" to decode gzip
|
||||
# ## - Use "identity" to apply no encoding
|
||||
# ## - Use "auto" determine the encoding using the ContentEncoding header
|
||||
# # content_encoding = "identity"
|
||||
#
|
||||
# ## Data format to consume.
|
||||
|
|
@ -8668,6 +8672,7 @@
|
|||
# # version = ""
|
||||
#
|
||||
# ## Optional TLS Config
|
||||
# # enable_tls = true
|
||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||
# # tls_key = "/etc/telegraf/key.pem"
|
||||
|
|
|
|||
Loading…
Reference in New Issue