Note: This project is using python v3.6.9 v1. Prometheus webhook only support for send messages notify to Microsoft Teams channel.
- Clone repository
git clone https://github.com/hautp/prometheus-webhook.git- Install package dependencies
cd prometheus-webhook/src/
pip install -r requirements.txt- Start application
gunicorn -c app_config.py webhook:app- Clone repository
git clone https://github.com/hautp/prometheus-webhook.git- Build image
cd prometheus-webhook
docker build -t "prometheus-webhook" .- Run image
docker run -it -d --name "prome-webhook" -p 5000:5000 prometheus-webhook