Skip to content

masonleung/collectd-rabbitmq-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

collectd rabbitmq plugin

Get the following rabbitmq stats

  1. memory size
  2. queue size
  3. incoming messages per second
  4. delivered messages per second
  5. acked messages per seconds

Put the config in /etc/collectd/conf.d

<LoadPlugin python>
  Globals true
</LoadPlugin>

<Plugin python>
  ModulePath "/usr/local/bin/collectd/plugins"
  Import "rabbitmq_stats"

  <Module rabbitmq_stats>
    Port 55672
    Username guest
    Password guest
  </Module>
</Plugin>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages