Get the following rabbitmq stats
- memory size
- queue size
- incoming messages per second
- delivered messages per second
- 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>