rabbitmq

package
v0.26.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2020 License: GPL-3.0 Imports: 13 Imported by: 1

README

RabbitMQ monitoring with Netdata

RabbitMQ is the open source message broker.

This module monitors RabbitMQ performance and health metrics.

It collects data using following endpoints:

  • /api/overview
  • /api/node/{node_name}
  • /api/vhosts

Charts

It produces the following charts:

  • Queued Messages in messages
  • Messages in messages/s
  • Global Counts in counts
  • File Descriptors in descriptors
  • Socket Descriptors in descriptors
  • Erlang Processes in processes
  • Erlang run queue in processes
  • Memory in MiB
  • Disk Space in GiB

Per vhost charts:

  • Messages in messages/s

Configuration

Edit the go.d/rabbitmq.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

cd /etc/netdata # Replace this path with your Netdata config directory
sudo ./edit-config go.d/rabbitmq.conf

Here is an example for 2 servers:

jobs:
  - name: local
    url : http://localhost:15672
      
  - name: remote
    url : http://203.0.113.10:15672

For all available options please see module configuration file.

Troubleshooting

Check the module debug output. Run the following command as netdata user:

./go.d.plugin -d -m rabbitmq

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chart added in v0.11.0

type Chart = module.Chart

Chart is an alias for module.Chart

type Charts

type Charts = module.Charts

Charts is an alias for module.Charts

type Config added in v0.5.0

type Config struct {
	web.HTTP `yaml:",inline"`
}

Config is the RabbitMQ module configuration.

type Dims

type Dims = module.Dims

Dims is an alias for module.Dims

type RabbitMQ added in v0.5.0

type RabbitMQ struct {
	module.Base
	Config `yaml:",inline"`
	// contains filtered or unexported fields
}

RabbitMQ RabbitMQ module.

func New

func New() *RabbitMQ

New creates RabbitMQ with default values.

func (RabbitMQ) Charts added in v0.5.0

func (r RabbitMQ) Charts() *Charts

Charts creates Charts.

func (*RabbitMQ) Check added in v0.5.0

func (r *RabbitMQ) Check() bool

Check makes check.

func (RabbitMQ) Cleanup added in v0.5.0

func (RabbitMQ) Cleanup()

Cleanup makes cleanup.

func (*RabbitMQ) Collect added in v0.5.0

func (r *RabbitMQ) Collect() map[string]int64

Collect collects stats.

func (*RabbitMQ) Init added in v0.5.0

func (r *RabbitMQ) Init() bool

Init makes initialization.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL