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
- Host: GitHub
- URL: https://github.com/voliveirajr/amq2cw
- Owner: voliveirajr
- License: gpl-3.0
- Created: 2015-03-14T14:08:09.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T14:10:41.000Z (over 7 years ago)
- Last Synced: 2025-05-18T01:36:27.622Z (about 1 year ago)
- Topics: activemq, amazon-cloudwatch, aws, aws-cloudwatch, daemon, jmx, message-queue, metrics, python
- Language: Python
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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