Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramsailopal/ibmmq-prometheus
A Prometheus integration with IBM MQ
https://github.com/ramsailopal/ibmmq-prometheus
elastic grafana ibmmq prometheus
Last synced: about 5 hours ago
JSON representation
A Prometheus integration with IBM MQ
- Host: GitHub
- URL: https://github.com/ramsailopal/ibmmq-prometheus
- Owner: RamSailopal
- Created: 2024-03-04T14:56:05.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T14:59:53.000Z (8 months ago)
- Last Synced: 2024-03-04T16:53:13.412Z (8 months ago)
- Topics: elastic, grafana, ibmmq, prometheus
- Homepage:
- Size: 6.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/ibm-messaging/mq-metric-samples) 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 9157The metrics can then be viewed at
http://serveraddress:9157
![Alt text](metrics.png?raw=true?raw=true "metrics")
Additional options can be found with:
Binary/mq_prometheus --help