Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
23
plugins/outputs/redistimeseries/sample.conf
Normal file
23
plugins/outputs/redistimeseries/sample.conf
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Publishes metrics to a redis timeseries server
|
||||
[[outputs.redistimeseries]]
|
||||
## The address of the RedisTimeSeries server.
|
||||
address = "127.0.0.1:6379"
|
||||
|
||||
## Redis ACL credentials
|
||||
# username = ""
|
||||
# password = ""
|
||||
# database = 0
|
||||
|
||||
## Timeout for operations such as ping or sending metrics
|
||||
# timeout = "10s"
|
||||
|
||||
## Enable attempt to convert string fields to numeric values
|
||||
## If "false" or in case the string value cannot be converted the string
|
||||
## field will be dropped.
|
||||
# convert_string_fields = true
|
||||
|
||||
## Optional TLS Config
|
||||
# tls_ca = "/etc/telegraf/ca.pem"
|
||||
# tls_cert = "/etc/telegraf/cert.pem"
|
||||
# tls_key = "/etc/telegraf/key.pem"
|
||||
# insecure_skip_verify = false
|
Loading…
Add table
Add a link
Reference in a new issue