Collectd plugin for Rabbitmq.
Project description
Overview
This plugin provides metrics from a running Rabbitmq cluster via the rabbitmq management plugin API.
Sample Graph
Configuration
Assuming you have collectd installed already, append the following plugin details to your collectd.conf config file. Adjust the configuration items (interval, host, port, username, password, message_count) as you see fit.
``` <LoadPlugin python> Globals true </LoadPlugin> <Plugin python> LogTraces true Interactive false Import "collectd_rabbitmq_monitoring" <Module collectd_rabbitmq_monitoring> # Adjust these parameters for your install: interval 10 host "overcloud-controller-0.internalapi.localdomain" port 15672 username guest password guest # Omit message_count if you do not want to count any messages on # specific queues. message_count "metering.sample" "notifications.info" </Module> </Plugin> ```
Install the Rabbitmq management plugin
``` [root@overcloud-controller-0 ~]# rabbitmq-plugins enable rabbitmq_management ```
Install plugin
``` [root@overcloud-controller-0 ~]# pip install collectd-rabbitmq-monitoring ```
Restart collectd
[root@overcloud-controller-0 ~]# systemctl restart collectd
View metrics on Rabbitmq in your TSDB
Resources
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file collectd-rabbitmq-monitoring-0.0.5.tar.gz
.
File metadata
- Download URL: collectd-rabbitmq-monitoring-0.0.5.tar.gz
- Upload date:
- Size: 119.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9620bd1eb94c2ad54006cf350462b85b2c8dd68fedfa827b4154126e2b93192c |
|
MD5 | 6ae258f6fa97d21c0534f34dc7134b43 |
|
BLAKE2b-256 | cf805262e1bb3346b4e66bde2c48923c1a9a137fa39c3e3f4dad9c9c11c378fd |