Skip to content

hautp/prometheus-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus webhook

Introduction

Note: This project is using python v3.6.9 v1. Prometheus webhook only support for send messages notify to Microsoft Teams channel.

Installation

Run app with WSGI

  1. Clone repository
git clone https://github.com/hautp/prometheus-webhook.git
  1. Install package dependencies
cd prometheus-webhook/src/
pip install -r requirements.txt
  1. Start application
gunicorn -c app_config.py webhook:app

Run app with Docker

  1. Clone repository
git clone https://github.com/hautp/prometheus-webhook.git
  1. Build image
cd prometheus-webhook
docker build -t "prometheus-webhook" .
  1. Run image
docker run -it -d --name "prome-webhook" -p 5000:5000 prometheus-webhook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published