Updated on 2023-11-17 GMT+08:00

Overview

This function is available in CN North-Beijing1, CN North-Beijing4, CN East-Shanghai1, CN East-Shanghai2, CN South-Guangzhou, CN Southwest-Guiyang1, CN-Hong Kong, AP-Bangkok, and AP-Singapore. If you need this function, submit a service ticket.

AOM supports alarm noise reduction. Alarms can be processed based on the alarm noise reduction rules to prevent notification storms.

Alarm noise reduction consists of four parts: grouping, deduplication, suppression, and silence.

AOM uses built-in deduplication rules. The service backend automatically deduplicates alarms. You do not need to manually create rules.

Figure 1 Alarm noise reduction process

You need to manually create grouping, suppression, and silence rules. For details, see the following description.

  1. This module is used only for message notification. All triggered alarms and events can be viewed on the Alarm List and Event List pages.
  2. All conditions of alarm noise reduction rules are obtained from metadata in alarm structs. You can use the default fields or customize your own fields.
    { 
        "starts_at" : 1579420868000, 
        "ends_at" : 1579420868000, 
        "timeout" : 60000, 
        "resource_group_id" : "5680587ab6*******755c543c1f", 
        "metadata" : { 
          "event_name" : "test", 
          "event_severity" : "Major", 
          "event_type" : "alarm", 
          "resource_provider" : "ecs", 
          "resource_type" : "vm", 
          "resource_id" : "ecs123" ,
          "key1" : "value1"   // Alarm tag configured when the alarm rule is created
     }, 
        "annotations" : { 
           "alarm_probableCause_en_us": " Possible causes",
          "alarm_fix_suggestion_en_us": "Handling suggestion"
      }
    }