pm2-rabbitmq

0.0.2 • Public • Published

pm2-rabbitmq

RabbitMQ module for Keymetrics

Description

PM2 module to monitor key RabbitMQ server metrics:

Requirements

This module requires a RabbitMQ install (tested against v3.5.4).
You also need to enable the RabbitMQ management plugin

Install

$ npm install pm2 -g

$ pm2 install pm2-rabbitmq

Config

The default connection details are :
"username": "guest"
"pass": "guest"
"hostname": "localhost:15672"
"protocol": "http"

guest/guest is a user created by default when installing RabbitMQ but you can change this to any other admin user

To modify the config values you can use the commands:

$ pm2 set pm2-rabbitmq:username  myuser
$ pm2 set pm2-rabbitmq:pass      mypass
$ pm2 set pm2-rabbitmq:hostname  a.b.c.d:port
$ pm2 set pm2-rabbitmq:protocol  https

Uninstall

$ pm2 uninstall pm2-rabbitmq

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i pm2-rabbitmq

Weekly Downloads

2

Version

0.0.2

License

MIT

Last publish

Collaborators

  • tknew