An open API service indexing awesome lists of open source software.

https://github.com/voliveirajr/amq2cw

Python code to migrate ActiveMQ JMX metrics to AWS Cloudwatch service
https://github.com/voliveirajr/amq2cw

activemq amazon-cloudwatch aws aws-cloudwatch daemon jmx message-queue metrics python

Last synced: about 1 month ago
JSON representation

Python code to migrate ActiveMQ JMX metrics to AWS Cloudwatch service

Awesome Lists containing this project

README

          

# AMQ2CW

A Python code to create a daemon to export JMX data from ActiveMQ queues to Amazon CloudWatch services

This example capture JMX data using the Jolokia which provides a RESTful interface to ActiveMQ's JMX capabilities
This data is parsed and pushed to Amazon CloudWatch using the AWS Python SDK.

It is possible to Daemonize that creating a Cronj to run that periodicaly
Put a shell script in one of these folders: /etc/cron.daily, /etc/cron.hourly, /etc/cron.monthly or /etc/cron.weekly.

To run every 15 minutes:
*/15 * * * * /path/to/command