You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"text": "🔴 The current incident status changes frequently, notifications will be muted for {{.Flapping.MuteMinutes}} minute(s), it is recommended to optimize the alerting strategy.",
992
+
"style": {
993
+
"bold": true,
994
+
"italic": false
995
+
}
996
+
}
997
+
{{- end -}}
998
+
{{- if .IsInStorm -}},
999
+
{
1000
+
"type": "message",
1001
+
"text": "🔴 The current incident has grouped {{.AlertCnt}} alerts, triggering an alert storm, please handle it urgently!",
"text": "{{if .IsFlapping}}🔴 The current incident status changes frequently, notifications will be muted for {{.Flapping.MuteMinutes}} minute(s), it is recommended to optimize the alerting strategy.{{end}}",
986
-
"style": {
987
-
"bold": true,
988
-
"italic": false
989
-
}
990
-
},
991
-
{
992
-
"type": "message",
993
-
"text": "{{if .IsInStorm}}🔴 The current incident has grouped {{.AlertCnt}} alerts, triggering an alert storm, please handle it urgently!{{end}}",
Sync Volcengine Cloud-Detect alert events to Flashduty via webhook for automated alert noise reduction.
9
+
10
+
<divclass="hide">
11
+
12
+
## In Flashduty
13
+
---
14
+
You can obtain an integration push URL through either of these two methods:
15
+
16
+
### Using Private Integration
17
+
18
+
Choose this method when you don't need to route alert events to different channels - it's simpler.
19
+
20
+
<details>
21
+
<summary>Expand</summary>
22
+
23
+
1. Go to the Flashduty console, select **Channel**, and enter a channel's details page
24
+
2. Select the **Integrations** tab, click **Add Integration** to enter the integration page
25
+
3. Choose **Volcengine Detect** integration and click **Save** to generate a card
26
+
4. Click the generated card to view the **Push URL**, copy it for later use, and you're done
27
+
28
+
</details>
29
+
30
+
### Using Shared Integration
31
+
32
+
Choose this method when you need to route alerts to different channels based on the alert event payload.
33
+
34
+
<details>
35
+
<summary>Expand</summary>
36
+
37
+
1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
38
+
2. Select **Volcengine Detect** integration:
39
+
- **Integration Name**: Define a name for this integration
40
+
3. Configure the default route and select the corresponding channel (after the integration is created, you can go to `Route` to configure more routing rules)
41
+
4. Click **Save** and copy the newly generated **push URL** for later use
42
+
5. Done
43
+
44
+
</details>
45
+
</div>
46
+
47
+
## In Volcengine
48
+
---
49
+
50
+
<divclass="md-block">
51
+
52
+
## 一、Create Notification Object
53
+
54
+
### Step 1: Create Notification Object
55
+
1. Login to your `Volcengine` console, find `Alert Manager` in the `Notify Object` menu
56
+
2. Click `System Integration`, click `Create System Integration` or edit the existing endpoint
0 commit comments