Simple Log Serviceがアラート通知 (webhook通知を除く) を送信すると、通知にはカスタマイズされたコンテンツと組み込みコンテンツが含まれます。
SMS メッセージ
次のスクリプトは、SMS メッセージのカスタマイズされていない内容を示しています。
Log Service has a total of ${count} alerts. Alert details: ${details}
たとえば、SMSメッセージのカスタマイズされたコンテンツは、${project} プロジェクトの ${alert_name} アラートがトリガーされました
。 受信したSMSメッセージはで、Simple Log Serviceにはアラートが1つあります。 アラートの詳細: Alert-testアラートは、project-testプロジェクト
でトリガーされます。
音声通話
次のスクリプトは、音声通話の固定の内容を示しています。
Log Service has a total of ${count} alerts. Alert details: ${details}
電子メール
次のスクリプトは、カスタマイズされていないメール内容を示しています。
Dear User:
Log Service has a new set of alerts (${count} entries). Alert details:
${details}
DingTalk
次のスクリプトは、カスタマイズされていない DingTalk メッセージ内容を示しています。
### ${title}
- Number of alerts: ${count}
-Merge rule: ${groupBy}
#### Alert details:
${details}
---
${atText}
メッセージセンター
次のスクリプトは、カスタマイズされていないメッセージセンターからのメッセージ内容を示しています。
Log Service has a total of ${count} alerts. Alert details: ${details}