0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00
netdata_netdata/collectors/python.d.plugin/rabbitmq/README.md
Chris Akritidis 415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00

1.1 KiB

rabbitmq

Module monitor rabbitmq performance and health metrics.

Following charts are drawn:

  1. Queued Messages
  • ready
  • unacknowledged
  1. Message Rates
  • ack
  • redelivered
  • deliver
  • publish
  1. Global Counts
  • channels
  • consumers
  • connections
  • queues
  • exchanges
  1. File Descriptors
  • used descriptors
  1. Socket Descriptors
  • used descriptors
  1. Erlang processes
  • used processes
  1. Erlang run queue
  • Erlang run queue
  1. Memory
  • free memory in megabytes
  1. 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