Skip to main content

Collectd plugin for Rabbitmq.

Project description

Overview

This plugin provides metrics from a running Rabbitmq cluster via the rabbitmq management plugin API.

Sample Graph

Sample Graph

Configuration

  1. 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>
    ```
  2. Install the Rabbitmq management plugin

    ```
    [root@overcloud-controller-0 ~]# rabbitmq-plugins enable rabbitmq_management
    ```
  3. Install plugin

    ```
    [root@overcloud-controller-0 ~]# pip install collectd-rabbitmq-monitoring
    ```
  4. Restart collectd

    [root@overcloud-controller-0 ~]# systemctl restart collectd
  5. View metrics on Rabbitmq in your TSDB

Resources

  1. Rabbitmq.com

  2. Collectd.org

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

collectd-rabbitmq-monitoring-0.0.4.tar.gz (119.2 kB view details)

Uploaded Source

File details

Details for the file collectd-rabbitmq-monitoring-0.0.4.tar.gz.

File metadata

File hashes

Hashes for collectd-rabbitmq-monitoring-0.0.4.tar.gz
Algorithm Hash digest
SHA256 3253e018ed41153d6d464ea5d6595f94a41a9c1625a9606ec613145faf92954b
MD5 38e3eafde55441ce6e2b48f941a4b285
BLAKE2b-256 3c83d2bbd5fe1d03d1e1a7c867de544de39e1af4b0d08e4ec526a8aec7a36c33

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page