feat: update configs (#10275)
This commit is contained in:
parent
de6e421dd0
commit
e97a15d7e7
|
|
@ -6383,6 +6383,27 @@
|
||||||
# # insecure_skip_verify = true
|
# # 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
|
# # Read metrics from one or many RethinkDB servers
|
||||||
# [[inputs.rethinkdb]]
|
# [[inputs.rethinkdb]]
|
||||||
# ## An array of URI to gather stats about. Specify an ip or hostname
|
# ## An array of URI to gather stats about. Specify an ip or hostname
|
||||||
|
|
|
||||||
|
|
@ -6250,6 +6250,27 @@
|
||||||
# # insecure_skip_verify = true
|
# # 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
|
# # Read metrics from one or many RethinkDB servers
|
||||||
# [[inputs.rethinkdb]]
|
# [[inputs.rethinkdb]]
|
||||||
# ## An array of URI to gather stats about. Specify an ip or hostname
|
# ## An array of URI to gather stats about. Specify an ip or hostname
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue