Scrapes the RabbitMQ API, formats the JSON and sends it back to an Elasticsearch cluster for further study
- python 2.7 or python 3.4+
- pip
- virtualenv
- Install the requirements, example using virtualenv
virtualenv env && source env/bin/activate && pip install -r requirements.txt
- Run it and preferably deamonize the process - see
rabbitmon.supervisor.d.conf
for an example on using this with Supervisord