Skip to content

masoom/activemq-prometheus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%