feiyu563 / PrometheusAlert

Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
https://feiyu563.gitbook.io
MIT License
2.85k stars 678 forks source link

企业微信应用的支持 #93

Closed w6m6 closed 3 years ago

w6m6 commented 3 years ago

在企业微信应用的支持中,访问的url默认是类似这样的形式: http://IP:port/prometheusalert?type=workwechat&tpl=prometheus-wxa&phone=手机号, 如果是需要发送到不同的Tag或者party等目标,应该如何配置啊?

feiyu563 commented 3 years ago

目前还未开始支持多个,替代的方案可以部署多个Prometheusalert。后续更新会逐步完善这一部分

---原始邮件--- 发件人: "magic.chen"<notifications@github.com> 发送时间: 2021年1月5日(周二) 下午4:28 收件人: "feiyu563/PrometheusAlert"<PrometheusAlert@noreply.github.com>; 抄送: "Subscribed"<subscribed@noreply.github.com>; 主题: [feiyu563/PrometheusAlert] 企业微信应用的支持 (#93)

在企业微信应用的支持中,访问的url默认是类似这样的形式: http://IP:port/prometheusalert?type=workwechat&amp;tpl=prometheus-wxa&amp;phone=手机号, 如果是需要发送到不同的Tag或者party等目标,应该如何配置啊?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

w6m6 commented 3 years ago

那传入的那个phone的参数是干嘛用的啊?我觉得可以的话把Tag作为一个参数传入吧。

feiyu563 commented 3 years ago

那个参数目前没用

---原始邮件--- 发件人: "magic.chen"<notifications@github.com> 发送时间: 2021年1月6日(周三) 上午10:35 收件人: "feiyu563/PrometheusAlert"<PrometheusAlert@noreply.github.com>; 抄送: "feiyu563"<244217140@qq.com>;"Comment"<comment@noreply.github.com>; 主题: Re: [feiyu563/PrometheusAlert] 企业微信应用的支持 (#93)

那传入的那个phone的参数是干嘛用的啊?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

feiyu563 commented 3 years ago

master分支:更新企业微信应用支持动态传递用户,分组,tag等信息,有需要可以测试下

w6m6 commented 3 years ago

@feiyu563 文档有没有更新啊?不知道该怎么配置...

w6m6 commented 3 years ago

以及,企业微信里面对于多个应用的支持是刚需啊。:)

feiyu563 commented 3 years ago

企业微信应用支持消息按照分组发送,一个应用就足够了,微信应用的使用顺序:先配置app.conf里面企业微信应用的配置信息,然后参考自定义模板使用方法使用

---原始邮件--- 发件人: "magic.chen"<notifications@github.com> 发送时间: 2021年2月10日(周三) 上午9:59 收件人: "feiyu563/PrometheusAlert"<PrometheusAlert@noreply.github.com>; 抄送: "feiyu563"<244217140@qq.com>;"Mention"<mention@noreply.github.com>; 主题: Re: [feiyu563/PrometheusAlert] 企业微信应用的支持 (#93)

以及,企业微信里面对于多个应用的支持是刚需啊。:)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

w6m6 commented 3 years ago

新年好,我的意思是用户,分组,tag,这些是用什么参数进行配置的?