rabbitmq

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2019 License: GPL-3.0 Imports: 9 Imported by: 1

README

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
jobs:
  - name: local
    url : http://localhost:15672
      
  - name: remote
    url : http://100.64.0.1:15672

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


Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Charts

type Charts = modules.Charts

Charts is an alias for modules.Charts

type Dims

type Dims = modules.Dims

Dims is an alias for modules.Dims

type Rabbitmq

type Rabbitmq struct {
	modules.Base

	web.HTTP `yaml:",inline"`
	// contains filtered or unexported fields
}

Rabbitmq rabbitmq module.

func New

func New() *Rabbitmq

New creates Rabbitmq with default values

func (Rabbitmq) Charts

func (Rabbitmq) Charts() *Charts

Charts creates Charts.

func (*Rabbitmq) Check

func (r *Rabbitmq) Check() bool

Check makes check.

func (Rabbitmq) Cleanup

func (Rabbitmq) Cleanup()

Cleanup makes cleanup.

func (*Rabbitmq) Collect

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

Collect collects stats.

func (*Rabbitmq) Init

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