masoom / activemq-prometheus

ActiveMQ with jmx_prometheus_javaagent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActiveMQ with jmx_prometheus_javaagent

Docker image based on rmohr/activemq with JMX Exporter included. Allows easy integration of ActiveMQ into the Prometheus monitoring system.

Github

The source repository of the image is on github.

Versioning

The version of ActiveMQ is hard coded into the Dockerfile.

Building

An automated build is configured via docker hub. To build the image manually and push it:

docker build --rm -t activemq-prometheus: .
docker tag activemq-prometheus:5.15.3 bwolf/activemq-prometheus:5.15.3
docker login # login with username password
docker push bwolf/activemq-prometheus:5.15.3

The image bwolf/activemq-prometheus is located at docker hub.

About

ActiveMQ with jmx_prometheus_javaagent

License:Apache License 2.0


Languages

Language:Dockerfile 100.0%