Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update etc/telegraf.conf and etc/telegraf_windows.conf #11351

Merged
merged 2 commits into from
Jun 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@
## Method of translating SNMP objects. Can be "netsnmp" which
## translates by calling external programs snmptranslate and snmptable,
## or "gosmi" which translates using the built-in gosmi library.
# snmp_translator = "netsnmp"
# snmp_translator = "netsnmp"
18 changes: 15 additions & 3 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
## Environment variables can be used as tags, and throughout the config file
# user = "$USER"


# Configuration for telegraf agent
[agent]
## Default data collection interval for all inputs
Expand Down Expand Up @@ -586,7 +585,8 @@
# ## Write URL override; useful for debugging.
# # 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"
#
# ## Override the default (none) compression used to send data.
Expand Down Expand Up @@ -2307,6 +2307,10 @@
# # socks5_username = "alice"
# # socks5_password = "pass123"
#
# ## Optional HTTP proxy to use
# # use_system_proxy = false
# # http_proxy_url = "http://localhost:8888"
#
# ## Data format to output.
# ## Each data format has it's own unique set of configuration options, read
# ## more about them here:
Expand Down Expand Up @@ -3656,7 +3660,8 @@
# ## ex: endpoint_url = "http://localhost:8000"
# # 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"
#
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
Expand Down Expand Up @@ -7326,6 +7331,10 @@
# # tls_cert = "/etc/telegraf/cert.pem"
# # tls_key = "/etc/telegraf/key.pem"
# # 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
Expand Down Expand Up @@ -9135,6 +9144,9 @@
# ## specify server password
# # password = "s#cr@t%"
#
# ## specify username for ACL auth (Redis 6.0+)
# # username = "default"
#
# ## Optional TLS Config
# # tls_ca = "/etc/telegraf/ca.pem"
# # tls_cert = "/etc/telegraf/cert.pem"
Expand Down
18 changes: 15 additions & 3 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
## Environment variables can be used as tags, and throughout the config file
# user = "$USER"


# Configuration for telegraf agent
[agent]
## Default data collection interval for all inputs
Expand Down Expand Up @@ -586,7 +585,8 @@
# ## Write URL override; useful for debugging.
# # 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"
#
# ## Override the default (none) compression used to send data.
Expand Down Expand Up @@ -2307,6 +2307,10 @@
# # socks5_username = "alice"
# # socks5_password = "pass123"
#
# ## Optional HTTP proxy to use
# # use_system_proxy = false
# # http_proxy_url = "http://localhost:8888"
#
# ## Data format to output.
# ## Each data format has it's own unique set of configuration options, read
# ## more about them here:
Expand Down Expand Up @@ -3643,7 +3647,8 @@
# ## ex: endpoint_url = "http://localhost:8000"
# # 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"
#
# # The minimum period for Cloudwatch metrics is 1 minute (60s). However not all
Expand Down Expand Up @@ -7283,6 +7288,10 @@
# # tls_cert = "/etc/telegraf/cert.pem"
# # tls_key = "/etc/telegraf/key.pem"
# # 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
Expand Down Expand Up @@ -9006,6 +9015,9 @@
# ## specify server password
# # password = "s#cr@t%"
#
# ## specify username for ACL auth (Redis 6.0+)
# # username = "default"
#
# ## Optional TLS Config
# # tls_ca = "/etc/telegraf/ca.pem"
# # tls_cert = "/etc/telegraf/cert.pem"
Expand Down