15 lines
586 B
Text
15 lines
586 B
Text
# Read metrics from one or many memcached servers.
|
|
[[inputs.memcached]]
|
|
# An array of address to gather stats about. Specify an ip on hostname
|
|
# with optional port. ie localhost, 10.0.0.1:11211, etc.
|
|
servers = ["localhost:11211"]
|
|
# An array of unix memcached sockets to gather stats about.
|
|
# unix_sockets = ["/var/run/memcached.sock"]
|
|
|
|
## Optional TLS Config
|
|
# enable_tls = false
|
|
# tls_ca = "/etc/telegraf/ca.pem"
|
|
# tls_cert = "/etc/telegraf/cert.pem"
|
|
# tls_key = "/etc/telegraf/key.pem"
|
|
## If false, skip chain & host verification
|
|
# insecure_skip_verify = true
|