This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch integte-extern-alarm in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 95b5250162e9f6bbdacaa58495c15635006ae6f7 Author: tomsun28 <[email protected]> AuthorDate: Fri Jan 10 23:46:16 2025 +0800 [webapp] add alert integration Signed-off-by: tomsun28 <[email protected]> --- web-app/src/assets/i18n/en-US.json | 7 +++++++ web-app/src/assets/i18n/zh-TW.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/web-app/src/assets/i18n/en-US.json b/web-app/src/assets/i18n/en-US.json index d8f642e562..3b308b4614 100644 --- a/web-app/src/assets/i18n/en-US.json +++ b/web-app/src/assets/i18n/en-US.json @@ -275,6 +275,8 @@ "alert.help.setting.link": "https://hertzbeat.apache.org/docs/help/alert_threshold", "alert.help.silence": "Alarm Silence management is used when you don’t want to be disturbed during system maintenance or on nights weekend. <br> Click \"<i>New Silence Strategy</i>\" and configure the time period to block messages so you would not get disturbed during breaks.", "alert.help.silence.link": "https://hertzbeat.apache.org/docs", + "alert.help.integration": "Unified management of alerts from different third-party platforms, integrating and receiving alert messages from third-party monitoring and observability systems, and performing actions such as grouping, aggregation, inhibition, silencing, and notification distribution.", + "alert.help.integration.link": "https://hertzbeat.apache.org", "alert.notice.template": "Notice Template", "alert.notice.template.new": "New Template", "alert.notice.template.edit": "Edit Template", @@ -375,6 +377,11 @@ "alert.notice.sender.sms.tencent.templateId": "Tencent Sms TemplateId", "alert.export.switch-type": "Please select the export file format!", "alert.export.use-type": "Export rules in {{type}} file format", + "alert.integration.source": "Integration Source", + "alert.integration.source.webhook": "Default Webhook", + "alert.integration.source.prometheus": "Prometheus", + "alert.integration.source.alertmanager": "Alertmanager", + "alert.integration.source.tencent": "Tencent Cloud", "dashboard.alerts.title": "Recently Alarms List", "dashboard.alerts.title-no": "Recently Pending Alarms", "dashboard.alerts.no": "No Pending Alarms", diff --git a/web-app/src/assets/i18n/zh-TW.json b/web-app/src/assets/i18n/zh-TW.json index 396b04a97b..28c8089abf 100644 --- a/web-app/src/assets/i18n/zh-TW.json +++ b/web-app/src/assets/i18n/zh-TW.json @@ -288,6 +288,8 @@ "alert.help.setting.link": "https://hertzbeat.apache.org/zh-cn/docs/help/alert_threshold", "alert.help.silence": "告警靜默管理用于您在系統維護期間或夜晚周末不想受到告警打擾時,可以點擊”<i>新增靜默策略</i>“,設置指定時間段內屏蔽告警通知。<br>告警靜默規則支持壹次性時間段或周期性時間段,支持標簽匹配和告警級別匹配部分告警。", "alert.help.silence.link": "https://hertzbeat.apache.org/zh-cn/docs/#%E5%91%8A%E8%AD%A6%E9%9D%99%E9%BB%98", + "alert.help.integration": "统一管理不同第三方平台告警,集成接入第三方监控观测系统的告警消息,对其进行分组,收敛,抑制,静默,分发通知等。", + "alert.help.integration.link": "https://hertzbeat.apache.org", "alert.notice.template": "通知模板", "alert.notice.template.new": "新增通知模板", "alert.notice.template.edit": "編輯通知模板", @@ -389,6 +391,11 @@ "alert.notice.sender.sms.tencent.templateId": "騰訊短訊TemplateId", "alert.export.switch-type": "請選擇導出文件格式!", "alert.export.use-type": "以 {{type}} 文件格式導出阈值規則", + "alert.integration.source": "集成告警源", + "alert.integration.source.webhook": "默认Webhook", + "alert.integration.source.prometheus": "Prometheus", + "alert.integration.source.alertmanager": "Alertmanager", + "alert.integration.source.tencent": "腾讯云监控", "dashboard.alerts.title": "最近告警列表", "dashboard.alerts.title-no": "最近未處理告警", "dashboard.alerts.no": "暫無未處理告警", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
