1
0
Fork 0
telegraf/plugins/inputs/beanstalkd/sample.conf

9 lines
301 B
Text
Raw Permalink Normal View History

# Collects Beanstalkd server and tubes stats
[[inputs.beanstalkd]]
## Server to collect data from
server = "localhost:11300"
## List of tubes to gather stats about.
## If no tubes specified then data gathered for each tube on server reported by list-tubes command
tubes = ["notifications"]