Open
Conversation
added 6 commits
February 21, 2022 18:33
默认支持钉钉,飞书,企业微信
默认支持钉钉,飞书,企业微信 添加triggercode
默认支持钉钉,飞书,企业微信 添加triggercode
Author
added 4 commits
February 23, 2022 17:17
修改 Data truncation: Data too long for column 'handle_msg' 问题
This was referenced Apr 5, 2026
Closed
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

支持企业微信和飞书,webhook 发送消息
考虑到现在现在很多公司都使用了企业微信,飞书,钉钉等接受群消息,默认直接支持
webhook 方式是用户可以自定义接受消费来处理,比如 发送短信,发送到其他监控系统
webhook 支持几乎所有的job,log 相关的数据,方便二次消息开发
添加了2个字段
alarm_url 改成了 alarm_url
alarm_urlvarchar(255) DEFAULT NULL COMMENT '报警邮件',alarm_Typeint(2) NOT NULL DEFAULT '1' COMMENT '报警类型 报警类型 1:邮件 2:企业微信 3:飞书 4:钉钉 5:webhook',job新增
job编辑
企业微信发送效果