Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# elastalert-wechatrobot-plugin

参考:
Expand All @@ -11,3 +13,8 @@ ElastAlert企业微信群组机器人告警通知。和钉钉机器人那个一
完全是照着elastalert-dingtalk-plugin插件修改的,因为企业微信机器人webhook里的某几个参数与钉钉机器人webhook不一样,所以需要改一下参数,代码是一样的。

使用方法请参考elastalert-dingtalk-plugin。

需在 ElastAlert 规则或 `config.yaml` 中补充以下参数:
- `wechat_robot_webhook`: 企业微信群机器人 Webhook 地址(必填)
- `wechat_robot_msgtype`: 消息类型,如 `text`(必填,默认 `text`)
- `wechat_robot_mentioned_list`: @提及列表,如 `["@all"]`(可选)