telegraf/testdata/subconfig/memcached.conf

10 lines
209 B
Plaintext
Raw Normal View History

[memcached]
servers = ["192.168.1.1"]
2015-10-20 05:28:10 +08:00
pass = ["some", "strings"]
drop = ["other", "stuff"]
interval = "5s"
[memcached.tagpass]
2015-10-20 05:28:10 +08:00
goodtag = ["mytag"]
[memcached.tagdrop]
2015-10-20 05:28:10 +08:00
badtag = ["othertag"]