Skip to content

stephan-hof/collectd-beanstalkd-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

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

No packages published

Languages