美文网首页运维开发k8s&dockerPython&Django
使用django开发的webhookReciever接收prom

使用django开发的webhookReciever接收prom

作者: 阿乐_822e | 来源:发表于2021-03-06 15:04 被阅读0次

写了一个基于django的webhookServer,可以用来接收promethues的告警信息,并在web端查看,已上传到github,项目地址:https://github.com/seenow2/webhookServer

# webhookServer

#a-simple-demo-by-django-to-recieve-alerts-from-promethues-and-show-them-in-web)A simple demo by django to recieve alerts from promethues and show them in web.

#To use it ,you should configure the url in your alertmanager.yml and apply it , then

$ docker run -it -p 8000:8000 seenow888/django-webhook:seenow /bin/bash

# After docker is run, attach it

$ cd /srv/webhk 
$ python manage.py runserver 0.0.0.0:8000

# then , you can browse in IE : http://hostIP:8000/index

alertmanager配置文件可以参考这里:https://www.jianshu.com/p/78cabf98b8d1
docker 镜像下载:

docker pull seenow888/django-webhook:seenow

首页(列表页)部分截图


40.jpg

详情页截图


41.jpg

搜索结果页截图


42.jpg

后台截图


43.JPG

相关文章

网友评论

    本文标题:使用django开发的webhookReciever接收prom

    本文链接:https://www.haomeiwen.com/subject/afpdqltx.html