Ilya Mashchenko 97b32703c6 [python] make units compliant with IEC standard (#4995) 6 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md 415f57c5bf Ga (#4938) 6 years ago
rabbitmq.chart.py 97b32703c6 [python] make units compliant with IEC standard (#4995) 6 years ago
rabbitmq.conf 5286dae8eb python.d.plugin update (#4936) 6 years ago

README.md

rabbitmq

Module monitor rabbitmq performance and health metrics.

Following charts are drawn:

  1. Queued Messages

    • ready
    • unacknowledged
  2. Message Rates

    • ack
    • redelivered
    • deliver
    • publish
  3. Global Counts

    • channels
    • consumers
    • connections
    • queues
    • exchanges
  4. File Descriptors

    • used descriptors
  5. Socket Descriptors

    • used descriptors
  6. Erlang processes

    • used processes
  7. Erlang run queue

    • Erlang run queue
  8. Memory

    • free memory in megabytes
  9. Disk Space

    • free disk space in gigabytes

configuration

socket:
  name     : 'local'
  host     : '127.0.0.1'
  port     :  15672
  user     : 'guest'
  pass     : 'guest'

When no configuration file is found, module tries to connect to: localhost:15672.


[analytics]()