Skip to content

RamSailopal/IBMMQ-Prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IBMMQ-Prometheus

A Prometheus integration for IBMMQ. This allows metrics from IBMMQ to then be viewed in Observability tools such as Elastic of Grafana.

This repository contains a binary built using Golang and a config file taken from this repository

Running the process

The process needs to be run on the same server as the one containing the IBM MQ environment.

To run the process and get metrics in a format compatible with Prometheus, edit the username, password and queue manager in the Config/config.yaml file and then run:

git clone https://github.com/RamSailopal/IBMMQ-Prometheus
cd IBMMQ-Prometheus
Binary/mq_prometheus -f Config/config.yaml -ibmmq.httpListenHost "0.0.0.0" -ibmmq.httpListenPort 9157

The metrics can then be viewed at

http://serveraddress:9157

Alt text

Additional options can be found with:

Binary/mq_prometheus --help

About

A Prometheus integration with IBM MQ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published