docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11351)
Co-authored-by: Tiger Bot <> Co-authored-by: Sebastian Spaink <sspaink@influxdata.com>
This commit is contained in:
parent
c46f42f797
commit
38c5ec1f05
|
|
@ -21,7 +21,6 @@
|
||||||
## Environment variables can be used as tags, and throughout the config file
|
## Environment variables can be used as tags, and throughout the config file
|
||||||
# user = "$USER"
|
# user = "$USER"
|
||||||
|
|
||||||
|
|
||||||
# Configuration for telegraf agent
|
# Configuration for telegraf agent
|
||||||
[agent]
|
[agent]
|
||||||
## Default data collection interval for all inputs
|
## Default data collection interval for all inputs
|
||||||
|
|
@ -586,7 +585,8 @@
|
||||||
# ## Write URL override; useful for debugging.
|
# ## Write URL override; useful for debugging.
|
||||||
# # url = "https://app.datadoghq.com/api/v1/series"
|
# # url = "https://app.datadoghq.com/api/v1/series"
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
# ## Set http_proxy
|
||||||
|
# # use_system_proxy = false
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
#
|
#
|
||||||
# ## Override the default (none) compression used to send data.
|
# ## Override the default (none) compression used to send data.
|
||||||
|
|
@ -2307,6 +2307,10 @@
|
||||||
# # socks5_username = "alice"
|
# # socks5_username = "alice"
|
||||||
# # socks5_password = "pass123"
|
# # socks5_password = "pass123"
|
||||||
#
|
#
|
||||||
|
# ## Optional HTTP proxy to use
|
||||||
|
# # use_system_proxy = false
|
||||||
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
|
#
|
||||||
# ## Data format to output.
|
# ## Data format to output.
|
||||||
# ## Each data format has it's own unique set of configuration options, read
|
# ## Each data format has it's own unique set of configuration options, read
|
||||||
# ## more about them here:
|
# ## more about them here:
|
||||||
|
|
@ -3656,7 +3660,8 @@
|
||||||
# ## ex: endpoint_url = "http://localhost:8000"
|
# ## ex: endpoint_url = "http://localhost:8000"
|
||||||
# # endpoint_url = ""
|
# # endpoint_url = ""
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
|
# ## Set http_proxy
|
||||||
|
# # use_system_proxy = false
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
#
|
#
|
||||||
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
||||||
|
|
@ -7326,6 +7331,10 @@
|
||||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||||
# # tls_key = "/etc/telegraf/key.pem"
|
# # tls_key = "/etc/telegraf/key.pem"
|
||||||
# # tls_server_name = "myhost.example.org"
|
# # tls_server_name = "myhost.example.org"
|
||||||
|
#
|
||||||
|
# ## Set the proxy URL
|
||||||
|
# # use_proxy = true
|
||||||
|
# # proxy_url = "http://localhost:8888"
|
||||||
|
|
||||||
|
|
||||||
# # Gathers Metrics From a Dell EMC XtremIO Storage Array's V3 API
|
# # Gathers Metrics From a Dell EMC XtremIO Storage Array's V3 API
|
||||||
|
|
@ -9135,6 +9144,9 @@
|
||||||
# ## specify server password
|
# ## specify server password
|
||||||
# # password = "s#cr@t%"
|
# # password = "s#cr@t%"
|
||||||
#
|
#
|
||||||
|
# ## specify username for ACL auth (Redis 6.0+)
|
||||||
|
# # username = "default"
|
||||||
|
#
|
||||||
# ## Optional TLS Config
|
# ## Optional TLS Config
|
||||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
## Environment variables can be used as tags, and throughout the config file
|
## Environment variables can be used as tags, and throughout the config file
|
||||||
# user = "$USER"
|
# user = "$USER"
|
||||||
|
|
||||||
|
|
||||||
# Configuration for telegraf agent
|
# Configuration for telegraf agent
|
||||||
[agent]
|
[agent]
|
||||||
## Default data collection interval for all inputs
|
## Default data collection interval for all inputs
|
||||||
|
|
@ -586,7 +585,8 @@
|
||||||
# ## Write URL override; useful for debugging.
|
# ## Write URL override; useful for debugging.
|
||||||
# # url = "https://app.datadoghq.com/api/v1/series"
|
# # url = "https://app.datadoghq.com/api/v1/series"
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it isn't set)
|
# ## Set http_proxy
|
||||||
|
# # use_system_proxy = false
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
#
|
#
|
||||||
# ## Override the default (none) compression used to send data.
|
# ## Override the default (none) compression used to send data.
|
||||||
|
|
@ -2307,6 +2307,10 @@
|
||||||
# # socks5_username = "alice"
|
# # socks5_username = "alice"
|
||||||
# # socks5_password = "pass123"
|
# # socks5_password = "pass123"
|
||||||
#
|
#
|
||||||
|
# ## Optional HTTP proxy to use
|
||||||
|
# # use_system_proxy = false
|
||||||
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
|
#
|
||||||
# ## Data format to output.
|
# ## Data format to output.
|
||||||
# ## Each data format has it's own unique set of configuration options, read
|
# ## Each data format has it's own unique set of configuration options, read
|
||||||
# ## more about them here:
|
# ## more about them here:
|
||||||
|
|
@ -3643,7 +3647,8 @@
|
||||||
# ## ex: endpoint_url = "http://localhost:8000"
|
# ## ex: endpoint_url = "http://localhost:8000"
|
||||||
# # endpoint_url = ""
|
# # endpoint_url = ""
|
||||||
#
|
#
|
||||||
# ## Set http_proxy (telegraf uses the system wide proxy settings if it's is not set)
|
# ## Set http_proxy
|
||||||
|
# # use_system_proxy = false
|
||||||
# # http_proxy_url = "http://localhost:8888"
|
# # http_proxy_url = "http://localhost:8888"
|
||||||
#
|
#
|
||||||
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
|
||||||
|
|
@ -7283,6 +7288,10 @@
|
||||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||||
# # tls_key = "/etc/telegraf/key.pem"
|
# # tls_key = "/etc/telegraf/key.pem"
|
||||||
# # tls_server_name = "myhost.example.org"
|
# # tls_server_name = "myhost.example.org"
|
||||||
|
#
|
||||||
|
# ## Set the proxy URL
|
||||||
|
# # use_proxy = true
|
||||||
|
# # proxy_url = "http://localhost:8888"
|
||||||
|
|
||||||
|
|
||||||
# # Gathers Metrics From a Dell EMC XtremIO Storage Array's V3 API
|
# # Gathers Metrics From a Dell EMC XtremIO Storage Array's V3 API
|
||||||
|
|
@ -9006,6 +9015,9 @@
|
||||||
# ## specify server password
|
# ## specify server password
|
||||||
# # password = "s#cr@t%"
|
# # password = "s#cr@t%"
|
||||||
#
|
#
|
||||||
|
# ## specify username for ACL auth (Redis 6.0+)
|
||||||
|
# # username = "default"
|
||||||
|
#
|
||||||
# ## Optional TLS Config
|
# ## Optional TLS Config
|
||||||
# # tls_ca = "/etc/telegraf/ca.pem"
|
# # tls_ca = "/etc/telegraf/ca.pem"
|
||||||
# # tls_cert = "/etc/telegraf/cert.pem"
|
# # tls_cert = "/etc/telegraf/cert.pem"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue