Skip to content

Configure Notification Server

Insight supports SMS notifications and currently sends alert messages using integrated Alibaba Cloud and Tencent Cloud SMS services. This article explains how to configure the SMS notification server in Insight. The variables supported in the SMS signature are the default variables in the message template. As the number of SMS characters is limited, it is recommended to choose more explicit variables.

For information on how to configure SMS recipients, refer to the document: Configure SMS Notification Group.

Procedure

  1. Go to Alert Center -> Notification Settings -> Notification Server .

    Notification Server

  2. Click Add Notification Server .

    • Configure Alibaba Cloud server.

      To apply for Alibaba Cloud SMS service, please refer to Alibaba Cloud SMS Service.

      Field descriptions:

      • AccessKey ID : Parameter used by Alibaba Cloud to identify the user.
      • AccessKey Secret : Key used by Alibaba Cloud to authenticate the user. AccessKey Secret must be kept confidential.
      • SMS Signature : The SMS service supports creating signatures that meet the requirements according to user needs. When sending SMS, the SMS platform will add the approved SMS signature to the SMS content before sending it to the SMS recipient.
      • Template CODE : The SMS template is the specific content of the SMS to be sent.
      • Parameter Template : The SMS body template can contain variables. Users can use variables to customize the SMS content.

      Please refer to Alibaba Cloud Variable Specification.

      Notification Server

      Note

      Example: The template content defined in Alibaba Cloud is: ${severity}: ${alertname} triggered at ${startat}. Refer to the configuration in the parameter template.

    • Configure Tencent Cloud server.

      To apply for Tencent Cloud SMS service, please refer to Tencent Cloud SMS.

      Field descriptions:

      • Secret ID : Parameter used by Tencent Cloud to identify the API caller.
      • SecretKey : Parameter used by Tencent Cloud to authenticate the API caller.
      • SMS Template ID : The SMS template ID automatically generated by Tencent Cloud system.
      • Signature Content : The SMS signature content, which is the full name or abbreviation of the actual website name defined in the Tencent Cloud SMS signature.
      • SdkAppId : SMS SdkAppId, the actual SdkAppId generated after adding the application in the Tencent Cloud SMS console.
      • Parameter Template : The SMS body template can contain variables. Users can use variables to customize the SMS content. Please refer to: Tencent Cloud Variable Specification.

      Notification Server

      Note

      Example: The template content defined in Tencent Cloud is: {1}: {2} triggered at {3}. Refer to the configuration in the parameter template.

Comments