flashduty-knowledge-base 1.2.5-beta.1 → 1.2.5-beta.2

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/en.d.ts CHANGED
@@ -54,5 +54,6 @@ declare const docs: {
54
54
  Templates: string;
55
55
  HuaweiyunAPM: string;
56
56
  JiraSync: string;
57
+ ZStack: string;
57
58
  };
58
59
  export default docs;
package/dist/esm/en.js CHANGED
@@ -3772,7 +3772,7 @@ If you need to configure \`Custom Templating Variables\`, you can refer to the f
3772
3772
  |INFO|Info|Info|
3773
3773
 
3774
3774
  </div>
3775
- `,D=`---
3775
+ `,U=`---
3776
3776
  title: "SolarWinds Alert Events"
3777
3777
  description: "Sync SolarWinds alert events to Flashduty via webhook for automated alert noise reduction"
3778
3778
  date: "2024-08-20T10:00:00+08:00"
@@ -3875,7 +3875,7 @@ Choose this option when you need to route alerts to different channels based on
3875
3875
  |Info|Info|Info|
3876
3876
 
3877
3877
  </div>
3878
- `,U=`---
3878
+ `,D=`---
3879
3879
  title: "Volcengine Cloud Monitor Alert Events"
3880
3880
  description: "Sync Volcengine Cloud Monitor alert events to Flashduty via webhook for automated alert noise reduction"
3881
3881
  date: "2024-08-20T10:00:00+08:00"
@@ -4746,6 +4746,94 @@ When you need to route alerts to different channels based on alert payload infor
4746
4746
  </div>
4747
4747
 
4748
4748
  `,j=`---
4749
+ title: "zstack integration"
4750
+ description: "Push ZStack alerts to Flashduty via webhook, to achieve automatic alert noise reduction."
4751
+ date: "2024-07-05T10:00:00+08:00"
4752
+ url: "https://docs.flashcat.cloud/en/flashduty/zstack-integration-guide"
4753
+ ---
4754
+
4755
+ Push ZStack alerts to Flashduty via webhook, to achieve automatic alert noise reduction.
4756
+
4757
+ <div class="hide">
4758
+
4759
+ ## In Flashduty
4760
+ ---
4761
+ You can obtain an integration push URL through either of these two methods:
4762
+
4763
+ ### Using Dedicated Integration
4764
+
4765
+ Choose this method when you don't need to route alert events to different channels. It's simpler and recommended.
4766
+
4767
+ <details>
4768
+ <summary>Expand</summary>
4769
+
4770
+ 1. Go to the Flashduty console, select **Channel**, and enter a channel's details page
4771
+ 2. Select the **Integration** tab, click **Add Integration** to enter the integration page
4772
+ 3. Choose **ZStack** integration and click **Save** to generate a card
4773
+ 4. Click the generated card to view the **push URL**, copy it for later use, and you're done
4774
+
4775
+ </details>
4776
+
4777
+ ### Using Shared Integration
4778
+
4779
+ Choose this method when you need to route alerts to different channels based on the alert event's payload information.
4780
+
4781
+ <details>
4782
+ <summary>Expand</summary>
4783
+
4784
+ 1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
4785
+ 2. Select **ZStack** integration:
4786
+ - **Integration Name**: Define a name for this integration
4787
+ 3. Click **Save** and copy the newly generated **push URL** for later use
4788
+ 4. Click **Create Route** to configure routing rules for the integration. You can match different alerts to different channels based on conditions, or set a default channel as a fallback and adjust as needed later
4789
+ 5. Done
4790
+
4791
+ </details>
4792
+ </div>
4793
+
4794
+
4795
+ ## In ZStack
4796
+ ---
4797
+
4798
+ <div class="md-block">
4799
+
4800
+ ## 一、Create Notification Object
4801
+
4802
+ ### Step 1: Create Notification Object
4803
+ 1. Login to your \`ZStack\` console, find \`Cloud Monitoring\` in the \`Platform O&M\` menu
4804
+ 2. Click \`Endpoint\`, click \`Create Endpoint\` or edit the existing endpoint
4805
+ 3. In the edit page, Name it \`Flashduty\`, select \`Webhook\` type, and fill in the <span class='integration_url'>push URL</span> of the alert integration
4806
+ 4. Click \`Send Test Message\`, if the message is sent successfully, it means the configuration is successful
4807
+ 5. Click \`OK\` to complete the configuration
4808
+
4809
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/zstack-1.png" />
4810
+
4811
+ ### Step 2: Use Notification Object in Alert Policy
4812
+
4813
+ 1. Login to your \`ZStack\` console, find \`Cloud Monitoring\` in the \`Platform O&M\` menu
4814
+ 2. Click \`Alarm\`, click \`Create Resource Alarm\` or \`Create Event Alarm\`, or edit the existing alarm object
4815
+ 3. In the edit page, select the created \`Flashduty\` Endpoint (\`Resource Alarm\` is recommended to open the recovery notification)
4816
+ 4. Configure other settings as needed, and click \`OK\` to complete the configuration
4817
+
4818
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/zstack-2.png" />
4819
+
4820
+
4821
+
4822
+ </dev>
4823
+
4824
+ ## 二、Status Mapping
4825
+
4826
+ <div class="md-block">
4827
+
4828
+ | ZStack | Flashduty | Status |
4829
+ | ---------- | -------- | ---- |
4830
+ | Emergent | Critical | Critical |
4831
+ | Major | Warning | Warning |
4832
+ | Info | Info | Info |
4833
+
4834
+ </div>
4835
+
4836
+ `,O=`---
4749
4837
  title: "Custom Change Event Integration Guide"
4750
4838
  description: "Push change events from your own systems to Flashduty using standard protocols. Most incidents are caused by changes, and the correlation between changes and alerts helps quickly identify incident causes."
4751
4839
  date: "2024-05-11T10:00:00+08:00"
@@ -4802,7 +4890,7 @@ Labels are descriptions of events. You should enrich label content as much as po
4802
4890
 
4803
4891
  </details>
4804
4892
 
4805
- `,O=`---
4893
+ `,H=`---
4806
4894
  title: "Jira Issue Events"
4807
4895
  description: "Sync Jira Issue events to Flashduty via webhooks to collect change events."
4808
4896
  date: "2024-05-11T10:00:00+08:00"
@@ -4876,7 +4964,7 @@ Flashduty extracts the status.name information from the webhook payload by defau
4876
4964
  Please contact Flashduty if you wish to modify this mapping.
4877
4965
 
4878
4966
  </div>
4879
- `,H=`---
4967
+ `,$=`---
4880
4968
  title: Contributing to our documentation — Meilisearch documentation
4881
4969
  description: The Meilisearch documentation is open-source. Learn how to help make it even better.
4882
4970
  sidebarDepth: 3
@@ -5011,7 +5099,7 @@ Once published, you can access the application via mobile/PC client. First-time
5011
5099
  |Group Bot Webhook|Maximum 100 calls/minute|
5012
5100
  |Sending messages to the same user or group|Maximum 5 calls/second|
5013
5101
 
5014
- **Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`,$=`---
5102
+ **Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`,B=`---
5015
5103
  title: "Dingtalk Integration"
5016
5104
  description: "Integrate with Dingtalk custom application to receive and respond to alerts within Dingtalk"
5017
5105
  date: "2024-05-11T10:00:00+08:00"
@@ -5167,7 +5255,7 @@ After the application is released, you can access it via mobile/PC client. First
5167
5255
  |Enterprise|5,500,000|60|1st of each month|
5168
5256
 
5169
5257
  **Note:** Messages cannot be pushed normally after exceeding limits, please use notification channels reasonably
5170
- `,B=`---
5258
+ `,z=`---
5171
5259
  title: "WeCom Integration"
5172
5260
  description: "Integrate WeCom third-party application to receive and respond to alerts within WeCom"
5173
5261
  date: "2024-05-11T10:00:00+08:00"
@@ -5246,7 +5334,7 @@ Integrate WeCom third-party application to receive and respond to alerts within
5246
5334
  7. **Incident notification fails with \`WeCom License Not Activated\`?**
5247
5335
 
5248
5336
  - Contact Flashduty customer service or dedicated support for license purchase and activation
5249
- `,z=`---
5337
+ `,V=`---
5250
5338
  title: "Slack Integration"
5251
5339
  description: "Integrate with Slack to receive and respond to alerts within Slack"
5252
5340
  date: "2024-05-11T10:00:00+08:00"
@@ -5300,7 +5388,7 @@ Integrate with Slack to receive and respond to alerts within Slack.
5300
5388
 
5301
5389
  8. **Slack App shows Other questions error**
5302
5390
  - Try again, as this might be an unrecorded issue
5303
- - If the error persists, contact customer support`,V=`---
5391
+ - If the error persists, contact customer support`,J=`---
5304
5392
  title: "Microsoft Teams Integration"
5305
5393
  description: "Integrate Microsoft Teams as a third-party application to receive and respond to alerts within Microsoft Teams"
5306
5394
  date: "2024-05-11T10:00:00+08:00"
@@ -5395,7 +5483,7 @@ Please check in Integration Center => Instant Messaging => Microsoft Teams under
5395
5483
  Currently not supported
5396
5484
  </details>
5397
5485
 
5398
- `,J=`Configure alert webhooks to receive HTTP callbacks at your specified URL when alerts have specific actions (such as triggering or closing). The callback content includes the latest key information about the alert, allowing integration with your custom tools.
5486
+ `,K=`Configure alert webhooks to receive HTTP callbacks at your specified URL when alerts have specific actions (such as triggering or closing). The callback content includes the latest key information about the alert, allowing integration with your custom tools.
5399
5487
 
5400
5488
  <span id="EventTypes"></span>
5401
5489
 
@@ -5563,7 +5651,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
5563
5651
  4. **Trusted IP whitelist for push sources?**
5564
5652
  - {ip_whitelist}
5565
5653
  - May be updated in the future, please check periodically
5566
- `,K=`Configure incident webhooks to receive HTTP callbacks at your specified URL when incidents have specific actions (such as triggering or closing). The callback content includes the latest key information about the incident, allowing integration with your custom tools.
5654
+ `,Z=`Configure incident webhooks to receive HTTP callbacks at your specified URL when incidents have specific actions (such as triggering or closing). The callback content includes the latest key information about the incident, allowing integration with your custom tools.
5567
5655
 
5568
5656
  <span id="EventTypes"></span>
5569
5657
 
@@ -5770,7 +5858,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
5770
5858
 
5771
5859
  4. **Trusted IP whitelist for push sources?**
5772
5860
  - {ip_whitelist}
5773
- - May be updated in the future, please check periodically`,Z=`Custom incident actions allow you to quickly invoke external interfaces during incident troubleshooting for incident self-healing, information enrichment, and other custom operations.
5861
+ - May be updated in the future, please check periodically`,Q=`Custom incident actions allow you to quickly invoke external interfaces during incident troubleshooting for incident self-healing, information enrichment, and other custom operations.
5774
5862
 
5775
5863
  ## I. Creating Actions
5776
5864
 
@@ -6017,7 +6105,7 @@ When an incident occurs and is confirmed to be caused by a change, directly trig
6017
6105
 
6018
6106
  ### Update Status Page
6019
6107
 
6020
- When an incident is confirmed to affect online services, trigger external status page updates to prompt`,Q=`---
6108
+ When an incident is confirmed to affect online services, trigger external status page updates to prompt`,X=`---
6021
6109
  title: "Jira Sync"
6022
6110
  description: "Sync incidents with Jira issues through Jira Sync Webhook."
6023
6111
  date: "2024-05-11T10:00:00+08:00"
@@ -6099,7 +6187,7 @@ In the Integration Center, select **Webhook**, choose **Jira Sync** integration,
6099
6187
 
6100
6188
  - Flashduty syncs information according to default field mappings and your custom field configurations. If your Jira issue type has required fields without mapping relationships, Jira issue creation may fail.
6101
6189
  - Jira issue details are accessed using project KEY + number format. If you modify the project KEY, saved issue URLs in Flashduty may become inaccessible, so please modify project KEYs with caution.
6102
- `,X=`---
6190
+ `,ee=`---
6103
6191
  title: "Configure Notification Templates"
6104
6192
  description: "Customize notification content through template configuration"
6105
6193
  date: "2024-05-10T10:00:00+08:00"
@@ -7096,4 +7184,4 @@ As shown in the image below:
7096
7184
 
7097
7185
  <img src="https://download.flashcat.cloud/flashduty/changelog/20230720/email_render.png" alt="drawing" style="display: block; margin: 0 auto;" width="500"/>
7098
7186
 
7099
- </div>`,ee={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:x,Dynatrace:L,HuaweiyunLTS:_,GoogleCM:F,Zilliz:Y,Splunk:R,AppDynamics:T,SolarWinds:D,VolcEngineMetric:U,VolcEngineEvent:E,VolcEngineTLS:N,OpManager:P,Meraki:M,StateCloud:W,Guance:G,CustomChange:j,Jira:O,Lark:H,Dingtalk:$,Wecom:B,Slack:z,MicrosoftTeams:V,AlertWebhook:J,IncidentWebhook:K,CustomAction:Z,Templates:X,HuaweiyunAPM:q,JiraSync:Q};module.exports=ee;
7187
+ </div>`,ne={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:x,Dynatrace:L,HuaweiyunLTS:_,GoogleCM:F,Zilliz:Y,Splunk:R,AppDynamics:T,SolarWinds:U,VolcEngineMetric:D,VolcEngineEvent:E,VolcEngineTLS:N,OpManager:P,Meraki:M,StateCloud:W,Guance:G,CustomChange:O,Jira:H,Lark:$,Dingtalk:B,Wecom:z,Slack:V,MicrosoftTeams:J,AlertWebhook:K,IncidentWebhook:Z,CustomAction:Q,Templates:ee,HuaweiyunAPM:q,JiraSync:X,ZStack:j};module.exports=ne;
package/dist/esm/zh.js CHANGED
@@ -3251,7 +3251,7 @@ Sentry 提供了两类告警机制:Issue Alerts 和 Metric Alerts。Issue Aler
3251
3251
  |resolved|Ok|恢复|
3252
3252
 
3253
3253
  </div>
3254
- `,A=`---
3254
+ `,S=`---
3255
3255
  title: "监控宝告警事件"
3256
3256
  description: "通过 webhook 的方式同步监控宝告警事件到 Flashduty,实现告警事件自动化降噪处理"
3257
3257
  date: "2024-08-20T10:00:00+08:00"
@@ -3346,7 +3346,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/jiankongbao-integration-guide"
3346
3346
  |2|Info|提醒|
3347
3347
 
3348
3348
  </div>
3349
- `,C=`---
3349
+ `,A=`---
3350
3350
  title: "AWS EventBridge 告警事件"
3351
3351
  description: "通过 webhook 的方式同步 AWS EventBridge 告警事件到 Flashduty,实现告警事件自动化降噪处理"
3352
3352
  date: "2024-08-20T10:00:00+08:00"
@@ -3451,7 +3451,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/aws-eventbridge-integration-guide
3451
3451
 
3452
3452
  </div>
3453
3453
 
3454
- `,S=`---
3454
+ `,C=`---
3455
3455
  title: "Dynatrace 告警事件"
3456
3456
  description: "通过 webhook 的方式同步 Dynatrace 告警事件到 Flashduty,实现告警事件自动化降噪处理。"
3457
3457
  date: "2024-08-20T10:00:00+08:00"
@@ -4441,7 +4441,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/volcengine-tls-integration-guide"
4441
4441
  |通知|Info|提醒|
4442
4442
 
4443
4443
  </div>
4444
- `,R=`---
4444
+ `,W=`---
4445
4445
  title: "Opmanager 告警事件"
4446
4446
  description: "通过 webhook 的方式同步 Opmanager 告警事件到 Flashduty,实现告警事件自动化降噪处理"
4447
4447
  date: "2024-07-05T10:00:00+08:00"
@@ -4576,7 +4576,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/opmanager-integration-guide"
4576
4576
  | Attention | Info | 提醒 |
4577
4577
 
4578
4578
  </div>
4579
- `,W=`---
4579
+ `,R=`---
4580
4580
  title: "Meraki 告警事件"
4581
4581
  description: "通过 webhook 的方式同步 Meraki 告警事件到 Flashduty,实现告警事件自动化降噪处理"
4582
4582
  date: "2024-07-05T10:00:00+08:00"
@@ -5012,6 +5012,95 @@ url: "https://docs.flashcat.cloud/zh/flashduty/huawei-apm-integration-guide"
5012
5012
  </div>
5013
5013
 
5014
5014
  `,O=`---
5015
+ title: "zstack 告警事件"
5016
+ description: "通过 webhook 的方式同步 zstack 告警事件到 Flashduty,实现告警事件自动化降噪处理"
5017
+ date: "2024-07-05T10:00:00+08:00"
5018
+ url: "https://docs.flashcat.cloud/zh/flashduty/zstack-integration-guide"
5019
+ ---
5020
+
5021
+ 通过 webhook 的方式同步 ZStack 告警事件到 Flashduty,实现告警事件自动化降噪处理。
5022
+
5023
+ <div class="hide">
5024
+
5025
+ ## 在 Flashduty
5026
+ ---
5027
+ 您可通过以下2种方式,获取一个集成推送地址,任选其一即可。
5028
+
5029
+ ### 使用专属集成
5030
+
5031
+ 当您不需要将告警事件路由到不同的协作空间,优先选择此方式,更简单。
5032
+
5033
+ <details>
5034
+ <summary>展开</summary>
5035
+
5036
+ 1. 进入 Flashduty 控制台,选择 **协作空间**,进入某个空间的详情页面
5037
+ 2. 选择 **集成数据** tab,点击 **添加一个集成**,进入添加集成页面
5038
+ 3. 选择 **ZStack** 集成,点击 **保存**,生成卡片。
5039
+ 4. 点击生成的卡片,可以查看到 **推送地址**,复制备用,完成。
5040
+
5041
+
5042
+ </details>
5043
+
5044
+ ### 使用共享集成
5045
+
5046
+ 当您需要根据告警事件的 Payload 信息,将告警路由到不同的协作空间,优先选择此方式。
5047
+
5048
+ <details>
5049
+ <summary>展开</summary>
5050
+
5051
+ 1. 进入 Flashduty 控制台,选择 **集成中心=>告警事件**,进入集成选择页面。
5052
+ 2. 选择 **ZStack** 集成:
5053
+ - **集成名称**:为当前集成定义一个名称。
5054
+ 3. 点击 **保存** 后,复制当前页面的新生成的 **推送地址** 备用。
5055
+ 4. 点击 **创建路由**,为集成配置路由规则。您可以按条件匹配不同的告警到不同的协作空间,也可以直接设置默认协作空间作为兜底,后续再按需调整。
5056
+ 5. 完成。
5057
+
5058
+ </details>
5059
+ </div>
5060
+
5061
+ ## 在 ZStack
5062
+ ---
5063
+
5064
+ <div class="md-block">
5065
+
5066
+ ## 一、告警推送配置
5067
+
5068
+ ### 步骤1:创建通知对象
5069
+
5070
+ 1. 登录您的 \`ZStack\` 控制台,在 \`平台运维\` 菜单中,找到 \`云平台监控\`。
5071
+ 2. 点击左侧的 \`通知对象\`,点击\`创建通知对象\`或编辑已有的通知对象。
5072
+ 3. 在编辑页面中,名称填写 \`Flashduty\` ,类型选择 \`Webhook\`,\`地址\` 处填写告警集成的<span class='integration_url'>推送地址</span>。
5073
+ 4. 点击 \`发送测试消息\`,如果消息发送成功,则说明配置成功。
5074
+ 5. 点击 \`确定\` 完成配置。
5075
+
5076
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/fd/zstack-1.png" />
5077
+
5078
+ ### 步骤2:在告警策略中使用通知对象
5079
+
5080
+ 1. 登录您的 \`ZStack\` 控制台,在 \`平台运维\` 菜单中,找到 \`云平台监控\`。
5081
+ 2. 点击左侧的 \`报警器\`,点击\`创建资源报警器\` 或 \`创建事件报警器\`,或编辑已有的报警器。
5082
+ 3. 在编辑页面中,\`通知对象\` 处选择创建的 \`Flashduty\` 通知对象(资源报警器建议打开恢复通知)。
5083
+ 4. 其他按需配置即可,点击 \`确定\` 完成配置。
5084
+
5085
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/fd/zstack-2.png" />
5086
+
5087
+
5088
+
5089
+ </dev>
5090
+
5091
+ ## 二、状态对照
5092
+
5093
+ <div class="md-block">
5094
+
5095
+ | ZStack | Flashduty | 状态 |
5096
+ | ---------- | -------- | ---- |
5097
+ | 紧急 | Critical | 严重 |
5098
+ | 严重 | Warning | 警告 |
5099
+ | 提示 | Info | 信息 |
5100
+
5101
+ </div>
5102
+
5103
+ `,q=`---
5015
5104
  title: "自定义变更事件集成指引"
5016
5105
  description: "通过标准协议推送自有系统变更事件到 Flashduty,大部分故障由变更导致,变更和告警事件联动有助于快速定位故障原因。"
5017
5106
  date: "2024-05-11T10:00:00+08:00"
@@ -5068,7 +5157,7 @@ Flashduty 已经适配部分常用工单、部署系统的 webhook 协议,对
5068
5157
 
5069
5158
  </details>
5070
5159
 
5071
- `,q=`---
5160
+ `,B=`---
5072
5161
  title: "Jira 事件集成指引"
5073
5162
  description: "通过 webhook 的方式同步 Jira Issue 事件到 Flashduty,实现变更事件收集。"
5074
5163
  date: "2024-05-11T10:00:00+08:00"
@@ -5142,7 +5231,7 @@ Flashduty 默认提取 webhook payload 中 status.name 信息,并按照下边
5142
5231
  如您希望变更此映射关系,请联系 Flashduty。
5143
5232
 
5144
5233
  </div>
5145
- `,B=`---
5234
+ `,J=`---
5146
5235
  title: Contributing to our documentation — Meilisearch documentation
5147
5236
  description: The Meilisearch documentation is open-source. Learn how to help make it even better.
5148
5237
  sidebarDepth: 3
@@ -5279,7 +5368,7 @@ sidebarDepth: 3
5279
5368
  |给同一个用户或同一个群发消息|最高频率 5 次/秒|
5280
5369
 
5281
5370
  **注意:** 超出限制后将无法正常推送消息,建议合理使用通知渠道
5282
- `,J=`---
5371
+ `,G=`---
5283
5372
  title: "钉钉集成"
5284
5373
  description: "通过集成钉钉自建应用,实现在钉钉端内接收和响应告警的能力"
5285
5374
  date: "2024-05-11T10:00:00+08:00"
@@ -5439,7 +5528,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/dingtalk-integration-guide"
5439
5528
  |专属版|550万次|60| 每月1日 |
5440
5529
 
5441
5530
  **注意:** 超出限制后将无法正常推送消息,建议合理使用通知渠道
5442
- `,G=`---
5531
+ `,V=`---
5443
5532
  title: "企业微信集成"
5444
5533
  description: "通过集成企业微信第三方应用,实现在企业微信端内接收和响应告警的能力"
5445
5534
  date: "2024-05-11T10:00:00+08:00"
@@ -5519,7 +5608,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/wecom-integration-guide"
5519
5608
  7. **故障通知失败,提示\`未开通企微许可\`?**
5520
5609
 
5521
5610
  - 联系 Flashduty 客服或专属支持,为您购买开通
5522
- `,V=`---
5611
+ `,Z=`---
5523
5612
  title: "Slack 集成"
5524
5613
  description: "通过集成Slack第三方应用,实现在Slack内接收和响应告警的能力"
5525
5614
  date: "2024-05-11T10:00:00+08:00"
@@ -5668,7 +5757,7 @@ Microsoft Teams 集成现处于 Beta 阶段,在关联前您需要先完成以
5668
5757
  暂不支持
5669
5758
  </details>
5670
5759
 
5671
- `,Z=`配置告警 Webhook,当告警发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含告警最新关键信息,您可以与自研工具进行集成。
5760
+ `,X=`配置告警 Webhook,当告警发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含告警最新关键信息,您可以与自研工具进行集成。
5672
5761
 
5673
5762
  <span id="EventTypes"></span>
5674
5763
 
@@ -5836,7 +5925,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
5836
5925
  4. **推送来源可信 IP 白名单?**
5837
5926
  - {ip_whitelist}
5838
5927
  - 未来可能会更新,请定期查验
5839
- `,X=`配置故障 Webhook,当故障发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含故障最新关键信息,您可以与自研工具进行集成。
5928
+ `,Y=`配置故障 Webhook,当故障发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含故障最新关键信息,您可以与自研工具进行集成。
5840
5929
 
5841
5930
  <span id="EventTypes"></span>
5842
5931
 
@@ -6044,7 +6133,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
6044
6133
 
6045
6134
  4. **推送来源可信 IP 白名单?**
6046
6135
  - {ip_whitelist}
6047
- - 未来可能会更新,请定期查验`,Y=`配置故障 自定义操作,允许您在故障排查期间,快速调用外部接口,实现故障自愈、信息丰富等任何自定义操作。
6136
+ - 未来可能会更新,请定期查验`,Q=`配置故障 自定义操作,允许您在故障排查期间,快速调用外部接口,实现故障自愈、信息丰富等任何自定义操作。
6048
6137
 
6049
6138
  ## 一、创建操作
6050
6139
 
@@ -6303,7 +6392,7 @@ curl -X POST 'https://example.com/incident/action?a=a' \\
6303
6392
 
6304
6393
  2. **推送来源可信 IP 白名单?**
6305
6394
  - {ip_whitelist}
6306
- - 未来可能会更新,请定期查验`,Q=`---
6395
+ - 未来可能会更新,请定期查验`,nn=`---
6307
6396
  title: "Jira 同步"
6308
6397
  description: "通过 Jira 同步 Webhook,实现故障与 Jira Issue 的关联。"
6309
6398
  date: "2024-05-11T10:00:00+08:00"
@@ -6388,7 +6477,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/jira-sync"
6388
6477
 
6389
6478
  - Flashduty 会按照默认的字段映射以及您配置的自定义字段映射进行同步信息,如果您的 Jira 事务类型中有必选的字段且没有配置映射关系,则会遇到创建 Jira Issue 失败的情况。
6390
6479
  - Jira 的 Issue 详情是基于项目 KEY + 编号的格式进行访问的,如果您修改了项目 KEY,可能无法通过 Flashduty 中保存的 Issue 地址进行访问,请谨慎修改项目 KEY。
6391
- `,nn=`---
6480
+ `,tn=`---
6392
6481
  title: "配置通知模版"
6393
6482
  description: "通过自定义配置模版,可以实现个性化通知内容的需求"
6394
6483
  date: "2024-05-10T10:00:00+08:00"
@@ -7392,4 +7481,4 @@ msg_type 必填,值为 post
7392
7481
  <img src="https://download.flashcat.cloud/flashduty/changelog/20230720/email_render.png" alt="drawing" style="display: block; margin: 0 auto;" width="500"/>
7393
7482
 
7394
7483
  </div>
7395
- `,tn={CustomAlert:n,Email:t,N9e:e,Prometheus:a,Grafana:i,Zabbix:s,UptimeKuma:l,AliyunARMS:d,AliyunCmEvent:o,AliyunCm:r,AliyunSLS:c,AWSCW:u,AzureMonitor:h,BaiDuBCM:m,HuaWeiCES:p,InfluxDB:g,OpenFalcon:y,PagerDuty:f,TencentBK:b,TencentCLS:v,TencentCm:w,TencentEb:_,OceanBase:k,Graylog:F,Skywalking:x,Sentry:T,Jiankongbao:A,AWSEventBridge:C,Dynatrace:S,HuaweiyunLTS:I,GoogleCM:L,Splunk:D,AppDynamics:P,SolarWinds:M,VolcEngineMetric:N,VolcEngineEvent:E,VolcEngineTLS:$,OpManager:R,Meraki:W,Zilliz:U,StateCloud:z,Guance:j,CustomChange:O,Jira:q,Lark:B,Dingtalk:J,Wecom:G,Slack:V,MicrosoftTeams:K,AlertWebhook:Z,IncidentWebhook:X,CustomAction:Y,Templates:nn,HuaweiyunAPM:H,JiraSync:Q};module.exports=tn;
7484
+ `,en={CustomAlert:n,Email:t,N9e:e,Prometheus:a,Grafana:i,Zabbix:s,UptimeKuma:l,AliyunARMS:d,AliyunCmEvent:o,AliyunCm:r,AliyunSLS:c,AWSCW:u,AzureMonitor:h,BaiDuBCM:m,HuaWeiCES:p,InfluxDB:g,OpenFalcon:y,PagerDuty:f,TencentBK:b,TencentCLS:v,TencentCm:w,TencentEb:_,OceanBase:k,Graylog:F,Skywalking:x,Sentry:T,Jiankongbao:S,AWSEventBridge:A,Dynatrace:C,HuaweiyunLTS:I,GoogleCM:L,Splunk:D,AppDynamics:P,SolarWinds:M,VolcEngineMetric:N,VolcEngineEvent:E,VolcEngineTLS:$,OpManager:W,Meraki:R,Zilliz:U,StateCloud:z,Guance:j,CustomChange:q,Jira:B,Lark:J,Dingtalk:G,Wecom:V,Slack:Z,MicrosoftTeams:K,AlertWebhook:X,IncidentWebhook:Y,CustomAction:Q,Templates:tn,HuaweiyunAPM:H,JiraSync:nn,ZStack:O};module.exports=en;
package/dist/iife/en.js CHANGED
@@ -7096,4 +7096,92 @@ In the Integration Center, select **Webhook**, choose **Jira Sync** integration,
7096
7096
 
7097
7097
  - Flashduty syncs information according to default field mappings and your custom field configurations. If your Jira issue type has required fields without mapping relationships, Jira issue creation may fail.
7098
7098
  - Jira issue details are accessed using project KEY + number format. If you modify the project KEY, saved issue URLs in Flashduty may become inaccessible, so please modify project KEYs with caution.
7099
+ `,ZStack:`---
7100
+ title: "zstack integration"
7101
+ description: "Push ZStack alerts to Flashduty via webhook, to achieve automatic alert noise reduction."
7102
+ date: "2024-07-05T10:00:00+08:00"
7103
+ url: "https://docs.flashcat.cloud/en/flashduty/zstack-integration-guide"
7104
+ ---
7105
+
7106
+ Push ZStack alerts to Flashduty via webhook, to achieve automatic alert noise reduction.
7107
+
7108
+ <div class="hide">
7109
+
7110
+ ## In Flashduty
7111
+ ---
7112
+ You can obtain an integration push URL through either of these two methods:
7113
+
7114
+ ### Using Dedicated Integration
7115
+
7116
+ Choose this method when you don't need to route alert events to different channels. It's simpler and recommended.
7117
+
7118
+ <details>
7119
+ <summary>Expand</summary>
7120
+
7121
+ 1. Go to the Flashduty console, select **Channel**, and enter a channel's details page
7122
+ 2. Select the **Integration** tab, click **Add Integration** to enter the integration page
7123
+ 3. Choose **ZStack** integration and click **Save** to generate a card
7124
+ 4. Click the generated card to view the **push URL**, copy it for later use, and you're done
7125
+
7126
+ </details>
7127
+
7128
+ ### Using Shared Integration
7129
+
7130
+ Choose this method when you need to route alerts to different channels based on the alert event's payload information.
7131
+
7132
+ <details>
7133
+ <summary>Expand</summary>
7134
+
7135
+ 1. Go to the Flashduty console, select **Integration Center=>Alert Events** to enter the integration selection page
7136
+ 2. Select **ZStack** integration:
7137
+ - **Integration Name**: Define a name for this integration
7138
+ 3. Click **Save** and copy the newly generated **push URL** for later use
7139
+ 4. Click **Create Route** to configure routing rules for the integration. You can match different alerts to different channels based on conditions, or set a default channel as a fallback and adjust as needed later
7140
+ 5. Done
7141
+
7142
+ </details>
7143
+ </div>
7144
+
7145
+
7146
+ ## In ZStack
7147
+ ---
7148
+
7149
+ <div class="md-block">
7150
+
7151
+ ## 一、Create Notification Object
7152
+
7153
+ ### Step 1: Create Notification Object
7154
+ 1. Login to your \`ZStack\` console, find \`Cloud Monitoring\` in the \`Platform O&M\` menu
7155
+ 2. Click \`Endpoint\`, click \`Create Endpoint\` or edit the existing endpoint
7156
+ 3. In the edit page, Name it \`Flashduty\`, select \`Webhook\` type, and fill in the <span class='integration_url'>push URL</span> of the alert integration
7157
+ 4. Click \`Send Test Message\`, if the message is sent successfully, it means the configuration is successful
7158
+ 5. Click \`OK\` to complete the configuration
7159
+
7160
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/zstack-1.png" />
7161
+
7162
+ ### Step 2: Use Notification Object in Alert Policy
7163
+
7164
+ 1. Login to your \`ZStack\` console, find \`Cloud Monitoring\` in the \`Platform O&M\` menu
7165
+ 2. Click \`Alarm\`, click \`Create Resource Alarm\` or \`Create Event Alarm\`, or edit the existing alarm object
7166
+ 3. In the edit page, select the created \`Flashduty\` Endpoint (\`Resource Alarm\` is recommended to open the recovery notification)
7167
+ 4. Configure other settings as needed, and click \`OK\` to complete the configuration
7168
+
7169
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/fd/zstack-2.png" />
7170
+
7171
+
7172
+
7173
+ </dev>
7174
+
7175
+ ## 二、Status Mapping
7176
+
7177
+ <div class="md-block">
7178
+
7179
+ | ZStack | Flashduty | Status |
7180
+ | ---------- | -------- | ---- |
7181
+ | Emergent | Critical | Critical |
7182
+ | Major | Warning | Warning |
7183
+ | Info | Info | Info |
7184
+
7185
+ </div>
7186
+
7099
7187
  `};n.FlashDocsEn=u})(window);
package/dist/iife/zh.js CHANGED
@@ -7392,4 +7392,93 @@ url: "https://docs.flashcat.cloud/zh/flashduty/jira-sync"
7392
7392
 
7393
7393
  - Flashduty 会按照默认的字段映射以及您配置的自定义字段映射进行同步信息,如果您的 Jira 事务类型中有必选的字段且没有配置映射关系,则会遇到创建 Jira Issue 失败的情况。
7394
7394
  - Jira 的 Issue 详情是基于项目 KEY + 编号的格式进行访问的,如果您修改了项目 KEY,可能无法通过 Flashduty 中保存的 Issue 地址进行访问,请谨慎修改项目 KEY。
7395
+ `,ZStack:`---
7396
+ title: "zstack 告警事件"
7397
+ description: "通过 webhook 的方式同步 zstack 告警事件到 Flashduty,实现告警事件自动化降噪处理"
7398
+ date: "2024-07-05T10:00:00+08:00"
7399
+ url: "https://docs.flashcat.cloud/zh/flashduty/zstack-integration-guide"
7400
+ ---
7401
+
7402
+ 通过 webhook 的方式同步 ZStack 告警事件到 Flashduty,实现告警事件自动化降噪处理。
7403
+
7404
+ <div class="hide">
7405
+
7406
+ ## 在 Flashduty
7407
+ ---
7408
+ 您可通过以下2种方式,获取一个集成推送地址,任选其一即可。
7409
+
7410
+ ### 使用专属集成
7411
+
7412
+ 当您不需要将告警事件路由到不同的协作空间,优先选择此方式,更简单。
7413
+
7414
+ <details>
7415
+ <summary>展开</summary>
7416
+
7417
+ 1. 进入 Flashduty 控制台,选择 **协作空间**,进入某个空间的详情页面
7418
+ 2. 选择 **集成数据** tab,点击 **添加一个集成**,进入添加集成页面
7419
+ 3. 选择 **ZStack** 集成,点击 **保存**,生成卡片。
7420
+ 4. 点击生成的卡片,可以查看到 **推送地址**,复制备用,完成。
7421
+
7422
+
7423
+ </details>
7424
+
7425
+ ### 使用共享集成
7426
+
7427
+ 当您需要根据告警事件的 Payload 信息,将告警路由到不同的协作空间,优先选择此方式。
7428
+
7429
+ <details>
7430
+ <summary>展开</summary>
7431
+
7432
+ 1. 进入 Flashduty 控制台,选择 **集成中心=>告警事件**,进入集成选择页面。
7433
+ 2. 选择 **ZStack** 集成:
7434
+ - **集成名称**:为当前集成定义一个名称。
7435
+ 3. 点击 **保存** 后,复制当前页面的新生成的 **推送地址** 备用。
7436
+ 4. 点击 **创建路由**,为集成配置路由规则。您可以按条件匹配不同的告警到不同的协作空间,也可以直接设置默认协作空间作为兜底,后续再按需调整。
7437
+ 5. 完成。
7438
+
7439
+ </details>
7440
+ </div>
7441
+
7442
+ ## 在 ZStack
7443
+ ---
7444
+
7445
+ <div class="md-block">
7446
+
7447
+ ## 一、告警推送配置
7448
+
7449
+ ### 步骤1:创建通知对象
7450
+
7451
+ 1. 登录您的 \`ZStack\` 控制台,在 \`平台运维\` 菜单中,找到 \`云平台监控\`。
7452
+ 2. 点击左侧的 \`通知对象\`,点击\`创建通知对象\`或编辑已有的通知对象。
7453
+ 3. 在编辑页面中,名称填写 \`Flashduty\` ,类型选择 \`Webhook\`,\`地址\` 处填写告警集成的<span class='integration_url'>推送地址</span>。
7454
+ 4. 点击 \`发送测试消息\`,如果消息发送成功,则说明配置成功。
7455
+ 5. 点击 \`确定\` 完成配置。
7456
+
7457
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/fd/zstack-1.png" />
7458
+
7459
+ ### 步骤2:在告警策略中使用通知对象
7460
+
7461
+ 1. 登录您的 \`ZStack\` 控制台,在 \`平台运维\` 菜单中,找到 \`云平台监控\`。
7462
+ 2. 点击左侧的 \`报警器\`,点击\`创建资源报警器\` 或 \`创建事件报警器\`,或编辑已有的报警器。
7463
+ 3. 在编辑页面中,\`通知对象\` 处选择创建的 \`Flashduty\` 通知对象(资源报警器建议打开恢复通知)。
7464
+ 4. 其他按需配置即可,点击 \`确定\` 完成配置。
7465
+
7466
+ <img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/fd/zstack-2.png" />
7467
+
7468
+
7469
+
7470
+ </dev>
7471
+
7472
+ ## 二、状态对照
7473
+
7474
+ <div class="md-block">
7475
+
7476
+ | ZStack | Flashduty | 状态 |
7477
+ | ---------- | -------- | ---- |
7478
+ | 紧急 | Critical | 严重 |
7479
+ | 严重 | Warning | 警告 |
7480
+ | 提示 | Info | 信息 |
7481
+
7482
+ </div>
7483
+
7395
7484
  `};n.FlashDocsZh=t})(window);
package/dist/zh.d.ts CHANGED
@@ -54,5 +54,6 @@ declare const docs: {
54
54
  Templates: string;
55
55
  HuaweiyunAPM: string;
56
56
  JiraSync: string;
57
+ ZStack: string;
57
58
  };
58
59
  export default docs;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "flashduty-knowledge-base",
3
- "version": "1.2.5-beta.1",
3
+ "version": "1.2.5-beta.2",
4
4
  "description": "flashduty knowledge base",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsc && npm run build:iife && npm run build:esm",
8
8
  "build:iife": "rm -rf dist/iife && vite build --mode iife",
9
9
  "build:esm": "rm -rf dist/esm && vite build --mode esm",
10
- "prepublishOnly": "npm run build && node scripts/upload.mjs",
10
+ "prepublishOnly": "npm run build",
11
11
  "upload": "npm run build:iife && node scripts/upload.mjs"
12
12
  },
13
13
  "exports": {