flashduty-knowledge-base 1.2.4-beta.3 → 1.2.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/en.js +24 -3
- package/dist/iife/en.js +24 -3
- package/package.json +1 -1
package/dist/esm/en.js
CHANGED
|
@@ -469,7 +469,7 @@ Nightingale/Flashcat to Flashduty alert severity mapping:
|
|
|
469
469
|
|
|
470
470
|
</details>
|
|
471
471
|
|
|
472
|
-
`,
|
|
472
|
+
`,i=`---
|
|
473
473
|
title: "Prometheus Integration Guide"
|
|
474
474
|
description: "Push Prometheus alert events to Flashduty through AlertManager using webhooks. When an alert is triggered, it sends a trigger event to Flashduty, and when the alert recovers, it sends a recovery event."
|
|
475
475
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -651,7 +651,7 @@ Prometheus to Flashduty severity mapping:
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
|
|
654
|
-
`,
|
|
654
|
+
`,o=`---
|
|
655
655
|
title: "Grafana Integration"
|
|
656
656
|
description: "Sync Grafana alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
657
657
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -6255,6 +6255,8 @@ CloseTime | int64 | No | Close time, EndTime is alert recovery time, CloseTime i
|
|
|
6255
6255
|
|
|
6256
6256
|
Below are specific instructions for each notification channel.
|
|
6257
6257
|
|
|
6258
|
+
<div class="feishu_app hide">
|
|
6259
|
+
|
|
6258
6260
|
## Feishu/Lark App
|
|
6259
6261
|
---
|
|
6260
6262
|
You need to configure \`Integration Center - IM - Feishu/Lark\` integration first to send message cards. If custom content is not set, the system default template will be used to render all label information:
|
|
@@ -6298,6 +6300,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6298
6300
|
{{if (index .Labels "mode")}}mode:{{index .Labels "mode"}}{{end}}
|
|
6299
6301
|
{{if (index .Labels "runbook_url")}}runbook_url:{{toHtml (index .Labels "runbook_url")}}{{end}}
|
|
6300
6302
|
\`\`\`
|
|
6303
|
+
</div>
|
|
6304
|
+
|
|
6305
|
+
<div class="dingtalk_app hide">
|
|
6301
6306
|
|
|
6302
6307
|
## Dingtalk App
|
|
6303
6308
|
---
|
|
@@ -6340,6 +6345,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6340
6345
|
{{if (index .Labels "mode")}}**mode**:{{index .Labels "mode"}}{{end}}
|
|
6341
6346
|
{{if (index .Labels "runbook_url")}}**runbook_url**:{{index .Labels "runbook_url"}}{{end}}
|
|
6342
6347
|
\`\`\`
|
|
6348
|
+
</div>
|
|
6349
|
+
|
|
6350
|
+
<div class="wecom_app hide">
|
|
6343
6351
|
|
|
6344
6352
|
## WeCom App
|
|
6345
6353
|
---
|
|
@@ -6376,6 +6384,9 @@ As shown below:
|
|
|
6376
6384
|
|
|
6377
6385
|
|
|
6378
6386
|
**Note: WeCom limits card length. In the template rendering area, you can render up to 8 lines of content. Content beyond 8 lines will be hidden**
|
|
6387
|
+
</div>
|
|
6388
|
+
|
|
6389
|
+
<div class="slack_app hide">
|
|
6379
6390
|
|
|
6380
6391
|
## Slack App
|
|
6381
6392
|
---
|
|
@@ -6419,6 +6430,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6419
6430
|
{{if (index .Labels "mode")}}*mode*:{{index .Labels "mode"}}{{end}}
|
|
6420
6431
|
{{if (index .Labels "runbook_url")}}*runbook_url*:{{index .Labels "runbook_url"}}{{end}}
|
|
6421
6432
|
\`\`\`
|
|
6433
|
+
</div>
|
|
6434
|
+
|
|
6435
|
+
<div class="zoom hide">
|
|
6422
6436
|
|
|
6423
6437
|
## Zoom Bot
|
|
6424
6438
|
---
|
|
@@ -6518,6 +6532,10 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6518
6532
|
]
|
|
6519
6533
|
}
|
|
6520
6534
|
\`\`\`
|
|
6535
|
+
</div>
|
|
6536
|
+
|
|
6537
|
+
|
|
6538
|
+
<div class="sms hide">
|
|
6521
6539
|
|
|
6522
6540
|
## SMS
|
|
6523
6541
|
---
|
|
@@ -6526,6 +6544,9 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6526
6544
|
\`\`\`
|
|
6527
6545
|
You have a pending incident: {{toHtml .Title}}, Channel: {{.ChannelName}}, Severity: {{.IncidentSeverity}}{{if gt .AlertCnt 1}}, Grouped {{.AlertCnt}} alerts{{end}}
|
|
6528
6546
|
\`\`\`
|
|
6547
|
+
</div>
|
|
6548
|
+
|
|
6549
|
+
<div class="email hide">
|
|
6529
6550
|
|
|
6530
6551
|
## Email
|
|
6531
6552
|
---
|
|
@@ -6619,4 +6640,4 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6619
6640
|
As shown below:
|
|
6620
6641
|
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/template-mail-1.png" width="800">
|
|
6621
6642
|
|
|
6622
|
-
`,X={CustomAlert:n,Email:t,N9e:a,Prometheus:
|
|
6643
|
+
`,X={CustomAlert:n,Email:t,N9e:a,Prometheus:i,Grafana:o,Zabbix:s,UptimeKuma:r,AliyunARMS:l,AliyunCmEvent:d,AliyunCm:c,AliyunSLS:e,AWSCW:e,AzureMonitor:h,BaiDuBCM:u,HuaWeiCES:g,InfluxDB:p,OpenFalcon:m,PagerDuty:f,TencentBK:y,TencentCLS:v,TencentCm:b,TencentEb:w,OceanBase:C,Graylog:k,Skywalking:I,Sentry:S,Jiankongbao:A,AWSEventBridge:L,Dynatrace:_,HuaweiyunLTS:F,GoogleCM:x,Zilliz:Y,Splunk:R,AppDynamics:T,SolarWinds:U,VolcEngineMetric:E,VolcEngineEvent:D,VolcEngineTLS:N,OpManager:P,Meraki:M,StateCloud:W,Guance:G,CustomChange:O,Jira:j,Lark:$,Dingtalk:H,Wecom:B,Slack:V,MicrosoftTeams:z,AlertWebhook:K,IncidentWebhook:Z,CustomAction:J,Templates:Q,HuaweiyunAPM:q};module.exports=X;
|
package/dist/iife/en.js
CHANGED
|
@@ -311,7 +311,7 @@ attachment_stripped = true
|
|
|
311
311
|
|
|
312
312
|
Currently, all alerts pushed to Flashduty through email integration are set to Warning severity.
|
|
313
313
|
|
|
314
|
-
`,
|
|
314
|
+
`,i=`---
|
|
315
315
|
title: "Nightingale/FlashCat Integration"
|
|
316
316
|
description: "Push alert events from Nightingale (n9e) or Flashcat to Flashduty via webhook. When an alert is triggered, send a trigger event to Flashduty; when an alert recovers, send a recovery event to Flashduty"
|
|
317
317
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -469,7 +469,7 @@ Nightingale/Flashcat to Flashduty alert severity mapping:
|
|
|
469
469
|
|
|
470
470
|
</details>
|
|
471
471
|
|
|
472
|
-
`,
|
|
472
|
+
`,o=`---
|
|
473
473
|
title: "Prometheus Integration Guide"
|
|
474
474
|
description: "Push Prometheus alert events to Flashduty through AlertManager using webhooks. When an alert is triggered, it sends a trigger event to Flashduty, and when the alert recovers, it sends a recovery event."
|
|
475
475
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -1554,7 +1554,7 @@ Alibaba Cloud SLS monitoring to Flashduty alert severity mapping:
|
|
|
1554
1554
|
| 2 | Info | Info |
|
|
1555
1555
|
|
|
1556
1556
|
</div>
|
|
1557
|
-
`,u={CustomAlert:t,Email:a,N9e:
|
|
1557
|
+
`,u={CustomAlert:t,Email:a,N9e:i,Prometheus:o,Grafana:s,Zabbix:r,UptimeKuma:l,AliyunARMS:d,AliyunCmEvent:c,AliyunCm:h,AliyunSLS:e,AWSCW:e,AzureMonitor:`---
|
|
1558
1558
|
title: "AWS CloudWatch Integration"
|
|
1559
1559
|
description: "Sync AWS CloudWatch alert events to Flashduty via webhook to achieve automated alert noise reduction"
|
|
1560
1560
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -6149,6 +6149,8 @@ CloseTime | int64 | No | Close time, EndTime is alert recovery time, CloseTime i
|
|
|
6149
6149
|
|
|
6150
6150
|
Below are specific instructions for each notification channel.
|
|
6151
6151
|
|
|
6152
|
+
<div class="feishu_app hide">
|
|
6153
|
+
|
|
6152
6154
|
## Feishu/Lark App
|
|
6153
6155
|
---
|
|
6154
6156
|
You need to configure \`Integration Center - IM - Feishu/Lark\` integration first to send message cards. If custom content is not set, the system default template will be used to render all label information:
|
|
@@ -6192,6 +6194,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6192
6194
|
{{if (index .Labels "mode")}}mode:{{index .Labels "mode"}}{{end}}
|
|
6193
6195
|
{{if (index .Labels "runbook_url")}}runbook_url:{{toHtml (index .Labels "runbook_url")}}{{end}}
|
|
6194
6196
|
\`\`\`
|
|
6197
|
+
</div>
|
|
6198
|
+
|
|
6199
|
+
<div class="dingtalk_app hide">
|
|
6195
6200
|
|
|
6196
6201
|
## Dingtalk App
|
|
6197
6202
|
---
|
|
@@ -6234,6 +6239,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6234
6239
|
{{if (index .Labels "mode")}}**mode**:{{index .Labels "mode"}}{{end}}
|
|
6235
6240
|
{{if (index .Labels "runbook_url")}}**runbook_url**:{{index .Labels "runbook_url"}}{{end}}
|
|
6236
6241
|
\`\`\`
|
|
6242
|
+
</div>
|
|
6243
|
+
|
|
6244
|
+
<div class="wecom_app hide">
|
|
6237
6245
|
|
|
6238
6246
|
## WeCom App
|
|
6239
6247
|
---
|
|
@@ -6270,6 +6278,9 @@ As shown below:
|
|
|
6270
6278
|
|
|
6271
6279
|
|
|
6272
6280
|
**Note: WeCom limits card length. In the template rendering area, you can render up to 8 lines of content. Content beyond 8 lines will be hidden**
|
|
6281
|
+
</div>
|
|
6282
|
+
|
|
6283
|
+
<div class="slack_app hide">
|
|
6273
6284
|
|
|
6274
6285
|
## Slack App
|
|
6275
6286
|
---
|
|
@@ -6313,6 +6324,9 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6313
6324
|
{{if (index .Labels "mode")}}*mode*:{{index .Labels "mode"}}{{end}}
|
|
6314
6325
|
{{if (index .Labels "runbook_url")}}*runbook_url*:{{index .Labels "runbook_url"}}{{end}}
|
|
6315
6326
|
\`\`\`
|
|
6327
|
+
</div>
|
|
6328
|
+
|
|
6329
|
+
<div class="zoom hide">
|
|
6316
6330
|
|
|
6317
6331
|
## Zoom Bot
|
|
6318
6332
|
---
|
|
@@ -6412,6 +6426,10 @@ If you want to display only key label information, you can refer to the code sni
|
|
|
6412
6426
|
]
|
|
6413
6427
|
}
|
|
6414
6428
|
\`\`\`
|
|
6429
|
+
</div>
|
|
6430
|
+
|
|
6431
|
+
|
|
6432
|
+
<div class="sms hide">
|
|
6415
6433
|
|
|
6416
6434
|
## SMS
|
|
6417
6435
|
---
|
|
@@ -6420,6 +6438,9 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6420
6438
|
\`\`\`
|
|
6421
6439
|
You have a pending incident: {{toHtml .Title}}, Channel: {{.ChannelName}}, Severity: {{.IncidentSeverity}}{{if gt .AlertCnt 1}}, Grouped {{.AlertCnt}} alerts{{end}}
|
|
6422
6440
|
\`\`\`
|
|
6441
|
+
</div>
|
|
6442
|
+
|
|
6443
|
+
<div class="email hide">
|
|
6423
6444
|
|
|
6424
6445
|
## Email
|
|
6425
6446
|
---
|