forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update configs (influxdata#10275)
- Loading branch information
1 parent
de6e421
commit e97a15d
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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://:[email protected] | ||
# ## 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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://:[email protected] | ||
# ## 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 | ||
|