当我为1个数据点中的1个appsCompleted
<12设置警报时,它说该警报将在以下情况下发出:
This alarm will trigger when the blue line goes below the red line for 1 datapoints within 1 day
但是它似乎并没有通过每天累加值来改变阈值。那就是第二天的阈值仍然是12,而不是24。我怀疑阈值(红线)在第一天就越过了,这就是为什么即使发生故障也不会触发警报的原因。
State changed to OK at [DATE]. Reason: Threshold Crossed: 1 out of the last 1 datapoints [Timestamp] was not less than the threshold (12.0) (minimum 1 datapoint for ALARM -> OK transition).
如果我增加m值,则n值也会由控制台强制增加,反之亦然。如何设置一个警报,如果每天没有完成12个作业,则会触发该警报。