Skip to content

Commit

Permalink
feat: update configs (influxdata#10275)
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraf-tiger[bot] authored Dec 14, 2021
1 parent de6e421 commit e97a15d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
21 changes: 21 additions & 0 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e97a15d

Please sign in to comment.