码迷,mamicode.com
首页 > Web开发 > 详细

alertmanager+webhook发报警邮件(使用587端口)

时间:2019-07-01 12:09:21      阅读:632      评论:0      收藏:0      [点我收藏+]

标签:alc   get   ofo   url   conf   rtm   smt   https   端口   

alertmanager+webhook发报警邮件(使用587端口):

webhook安装:

go get github.com/prometheus/alertmanager/examples/webhook

启动webhook(默认端口为TCP 5001):

go/bin/webhook

webhookmail.py下载网址(需要手动复制其内容):

https://github.com/youerning/blog/tree/master/prometheus

使用(需要先安装falcon python模块,步骤略):

vi webhookmail.py

改下里面的邮箱配置,smtp端口使用的587,最后的服务端口可以改为5002(默认为80),ip为127.0.0.1(默认为0.0.0.0)

python webhookmail.py

vi alertmanager/alertmanager.yml

调整web.hook的url为http://127.0.0.1:5002/(默认为5001)

启动alertmanager

./alertmanager/alertmanager --config-file=./alertmanager/alertmanager.yml

alertmanager+webhook发报警邮件(使用587端口)

标签:alc   get   ofo   url   conf   rtm   smt   https   端口   

原文地址:https://blog.51cto.com/yangzhiming/2415653

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!