Open shiyek opened 7 months ago
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:
我也是同样的问题, 我换成了关键字方式,就可以了。
使用告警组,不用替换 & 字符。
同样问题
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: