9 lines
301 B
Text
9 lines
301 B
Text
|
# 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"]
|