Skip to content

Icarus-xx/rabbitmq-collectd-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is a rudimentary RabbitMQ plugin for Collectd.  It is written in Python, and thus requires the use of the Python plugin for Collectd.

It will accept 4 options from the Collectd plugin configuration :

    Locations of binaries:
    RmqcBin = /usr/sbin/rabbitmqctl
    PmapBin = /usr/bin/pmap
    PidofBin = /bin/pidof

    Logging:
    Verbose = False

It will attempt to gather the following information:

    From rabbitmqctl list_queues:
    messages
    memory
    consumser

    From pmap of beam.smp:
    memory mapped
    memory writeable/private (used)
    memory shared

Props to Garret Heaton for inspiration and conceptual guidance from his redis-collectd-plugin.
    https://github.com/powdahound/redis-collectd-plugin

Github pull requests welcome !

Releases

No releases published

Packages

No packages published