telegraf/internal/config/testdata/subconfig/memcached.conf

10 lines
235 B
Plaintext
Raw Normal View History

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