Add standard SSL options to mysql input (#2933)

This commit is contained in:
Eugene Shilin
2017-06-19 21:42:43 +03:00
committed by Daniel Nelson
parent 31449368c9
commit a7e3033646
3 changed files with 30 additions and 1 deletions

View File

@@ -1528,6 +1528,11 @@
# ## Some queries we may want to run less often (such as SHOW GLOBAL VARIABLES)
# interval_slow = "30m"
# ## Optional SSL Config (will be used if tls=custom parameter specified in server uri)
# ssl_ca = "/etc/telegraf/ca.pem"
# ssl_cert = "/etc/telegraf/cert.pem"
# ssl_key = "/etc/telegraf/key.pem"
# # Read metrics about network interface usage
# [[inputs.net]]