Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 508 Bytes

RabbitMon

Scrapes the RabbitMQ API, formats the JSON and sends it back to an Elasticsearch cluster for further study

Requirements

  • python 2.7 or python 3.4+
  • pip
  • virtualenv

Setup

  1. Install the requirements, example using virtualenv
virtualenv env && source env/bin/activate && pip install -r requirements.txt 
  1. Run it and preferably deamonize the process - see rabbitmon.supervisor.d.conf for an example on using this with Supervisord