简体   繁体   English

我如何在 aws cloudwatch 中安排警报

[英]How do i schedule alarms in aws cloudwatch

I have a few alarms set up with an evaluation period of 5 minutes.我设置了一些警报,评估期为 5 分钟。

The problem is that I get too many alerts throughout the day because of them getting triggered.问题是我一整天都会收到太多警报,因为它们会被触发。 Is there a way to schedule those alarms once a day or twice a day?有没有办法安排这些警报一天一次或一天两次?

CloudWatch Alarms only trigger when the cross the threshold. CloudWatch 警报仅在超过阈值时触发。 They will not send another alarm until they return to the OK status and then cross into ALARM again.他们将不会发送另一个警报,直到它们返回OK状态,然后再次进入ALARM

So, if you are receiving multiple alarms, is because they are often going into, and out of, the ALARM state.因此,如果您收到多个警报,是因为它们经常进出ALARM state。

If this is too sensitive for your needs, increase the evaluation period or the number of number of datapoints required to trigger the alarm.如果这对您的需求过于敏感,请增加评估期或触发警报所需的数据点数量

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM