From e97a15d7e716bb3d40e33af62974851c1f381c53 Mon Sep 17 00:00:00 2001 From: "telegraf-tiger[bot]" <76974415+telegraf-tiger[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:25:21 -0700 Subject: [PATCH] feat: update configs (#10275) --- etc/telegraf.conf | 21 +++++++++++++++++++++ etc/telegraf_windows.conf | 21 +++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/etc/telegraf.conf b/etc/telegraf.conf index 1e7e91ab6..ef6f2e531 100644 --- a/etc/telegraf.conf +++ b/etc/telegraf.conf @@ -6383,6 +6383,27 @@ # # insecure_skip_verify = true +# # Read metrics from one or many redis-sentinel servers +# [[inputs.redis_sentinel]] +# ## specify servers via a url matching: +# ## [protocol://][:password]@address[:port] +# ## e.g. +# ## tcp://localhost:26379 +# ## tcp://:password@192.168.99.100 +# ## unix:///var/run/redis-sentinel.sock +# ## +# ## If no servers are specified, then localhost is used as the host. +# ## If no port is specified, 26379 is used +# # servers = ["tcp://localhost:26379"] +# +# ## Optional TLS Config +# # tls_ca = "/etc/telegraf/ca.pem" +# # tls_cert = "/etc/telegraf/cert.pem" +# # tls_key = "/etc/telegraf/key.pem" +# ## Use TLS but skip chain & host verification +# # insecure_skip_verify = true + + # # Read metrics from one or many RethinkDB servers # [[inputs.rethinkdb]] # ## An array of URI to gather stats about. Specify an ip or hostname diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index d7d1cb871..02000609b 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -6250,6 +6250,27 @@ # # insecure_skip_verify = true +# # Read metrics from one or many redis-sentinel servers +# [[inputs.redis_sentinel]] +# ## specify servers via a url matching: +# ## [protocol://][:password]@address[:port] +# ## e.g. +# ## tcp://localhost:26379 +# ## tcp://:password@192.168.99.100 +# ## unix:///var/run/redis-sentinel.sock +# ## +# ## If no servers are specified, then localhost is used as the host. +# ## If no port is specified, 26379 is used +# # servers = ["tcp://localhost:26379"] +# +# ## Optional TLS Config +# # tls_ca = "/etc/telegraf/ca.pem" +# # tls_cert = "/etc/telegraf/cert.pem" +# # tls_key = "/etc/telegraf/key.pem" +# ## Use TLS but skip chain & host verification +# # insecure_skip_verify = true + + # # Read metrics from one or many RethinkDB servers # [[inputs.rethinkdb]] # ## An array of URI to gather stats about. Specify an ip or hostname