feiyu563 / PrometheusAlert

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

钉钉修改配置&为%26加签也不成功 #389

Open shiyek opened 5 months ago

shiyek commented 5 months ago

image

app.conf: open-dingding-secret=1 ddurl=https://oapi.dingtalk.com/robot/send?access_token=xxxxxxx&secret=SECxxxxxx

alertmanager.yaml: webhook_configs:

按提供的方法,修改两处secret前的&为%26后,依然报错: app.conf: ddurl=https://oapi.dingtalk.com/robot/send?access_token=xxxxxxx%26secret=SECxxxxxx alertmanager.yaml: webhook_configs:

lose50281 commented 5 months ago

我也是同样的问题, 我换成了关键字方式,就可以了。

Zhang21 commented 4 months ago

使用告警组,不用替换 & 字符。

xsunnydong commented 3 months ago

同样问题