You can create an alarm to trigger alarms and send alarm messages to a certain user group when a Tencent Cloud product meets the configured condition. The created alarm can periodically determine whether an alarm notification should be sent based on the difference between the monitored metric and the given threshold.
The specified users can take appropriate precautionary or remedial measures in a timely manner when the alarm is triggered. Therefore, properly created alarms can help you improve the robustness and reliability of your applications. For more information on alarms, please see Creating Alarm Policies.
You can create an alarm policy in the following steps:
Log in to the Cloud Monitor Console.
Click Alarm Configuration > Alarm Policy on the left sidebar to enter the alarm policy configuration page.
Click Add to configure an alarm policy.
Configure the basic items as shown below:
Configure alarm objects.
Set the alarm trigger. You can either choose a trigger condition template or configure trigger conditions.
inbound packets
, the statistical period is 1 minute
, the comparison relationship is >
, the threshold is 100 packets/sec
, the duration is 2 periods
, and the notification frequency is once per day
, then the number of inbound packets will be collected once every minute, and an alarm will be triggered once per day if the number of inbound packets of a CLB listener is over 100 packets/sec for two consecutive times.Configure the alarm channel. Configure the recipient group, valid period, and receiving channel (email and object) as needed.
Configure the optional API callback as needed. Enter a URL accessible over the public network as the callback API address (domain name or IP[:port][/path]), and Cloud Monitor will push alarm messages to this address promptly.
After completing the configuration, click Complete.
Was this page helpful?