Skip to content

无法发送钉钉告警 #150

Answered by majingpu
majingpu asked this question in Q&A
Discussion options

You must be logged in to vote

找到原因了:这里的uri:/dingtalk/ops/send 要对应上面的receivers name

  webhook_configs:
  - url: 'http://webhook-dingtalk:8060/dingtalk/ops/send'

修改后的结果:

  webhook_configs:
  - url: 'http://webhook-dingtalk:8060/dingtalk/dingding-webhook/send'

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timonwong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #141 on August 16, 2021 06:37.