feat: update configs (#10275)

This commit is contained in:
telegraf-tiger[bot] 2021-12-14 16:25:21 -07:00 committed by GitHub
parent de6e421dd0
commit e97a15d7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 42 additions and 0 deletions

View File

@ -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

View File

@ -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