告警丢失问题 #1292
Unanswered
molixiaoge
asked this question in
Q&A
告警丢失问题
#1292
Replies: 2 comments
-
@molixiaoge 可以关注下这个配置 |
Beta Was this translation helpful? Give feedback.
0 replies
-
监控机器配置如下 后台告警规则配置测试结果如下: 目前看来是这个重复发送频率导致的?那么执行频率 持续时长 重复发送频率和机器的采集频率有什么关系呢? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
自定义了一个脚本执行频率60秒,监控日志文件里面error关键字,根据和上一次的error数量进行比较 返回error数量差异 ret值,后端添加监控语句checkexception_exec_ret!=0 执行频率15秒 持续时长30秒。在这样的场景下会丢失一次警告,如第一次ret=0 第二次ret=2 第三次ret=3 第四次ret=0,按理来说应该警告2次 一次为ret=2 一次为ret=3 但是只接收到了一次警告ret=2,ret=3的情况没有任何警告产生。
前端版本:5.3.0
后端版本:5.7.0
后台数据如下:

监控机器日志信息如下:

Beta Was this translation helpful? Give feedback.
All reactions