-
Notifications
You must be signed in to change notification settings - Fork 5
Gathers statistics from beanstalkd for collectd using beanstalkc
License
stephan-hof/collectd-beanstalkd-py
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# Integrate it like this
<Plugin python>
ModulePath "..../collectd_plugins/beanstalkd"
Import "beanstalkd"
<Module beanstalkd>
Host "127.0.0.1"
Port "11300"
# only monitor tubes where tubename start with the following prefixes
tubes_prefix "inventory default"
</Module>
</Plugin>
You need
* https://pypi.python.org/pypi/beanstalkc
* https://pypi.python.org/pypi/PyYAML
About
Gathers statistics from beanstalkd for collectd using beanstalkc
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published