Add secure connection support to graphite output (#2602)

This commit is contained in:
Dheeraj Dwivedi
2017-06-14 02:12:11 +05:30
committed by Daniel Nelson
parent 4c8ff30611
commit a27b074588
3 changed files with 73 additions and 1 deletions

View File

@@ -270,6 +270,13 @@
# template = "host.tags.measurement.field"
# ## timeout in seconds for the write connection to graphite
# timeout = 2
#
# ## 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
# # Send telegraf metrics to graylog(s)