Add TLS support to kapacitor input (#3927)

This commit is contained in:
Daniel Nelson
2018-03-23 11:53:18 -07:00
committed by GitHub
parent 00cac268d2
commit c12c6b9d35
2 changed files with 45 additions and 1 deletions

View File

@@ -14,6 +14,13 @@ The Kapacitor plugin will collect metrics from the given Kapacitor instances.
## Time limit for http requests
timeout = "5s"
## Optional SSL Config
# ssl_ca = "/etc/telegraf/ca.pem"
# ssl_cert = "/etc/telegraf/cert.pem"
# ssl_key = "/etc/telegraf/key.pem"
## Use SSL but skip chain & host verification
# insecure_skip_verify = false
```
### Measurements & Fields