apache/linkis

[Feature][linkis-extensions] Persistent alarm data to the database

Opened this issue · 2 comments

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Problem Description

No response

Description

Storage package/conf/linkis-et-monitor-file.properties to database

屏幕截图 2024-01-01 032527 屏幕截图 2024-01-01 032743

Use case

No response

Solutions

CREATE TABLE `linkis_et_monitor_resource_alert`  (
  `id` int NOT NULL AUTO_INCREMENT,
  `resource_prefix` varchar(100) NOT NULL,
  `alert_title` varchar(255) NOT NULL,
  `alert_info` varchar(255) NOT NULL,
  `alert_way` varchar(50) NOT NULL,
  `alert_reciver` varchar(50) NOT NULL,
  `alert_level` varchar(50) NOT NULL,
  `alert_obj` varchar(50) NOT NULL,
  `can_recover` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
);

eg: resource_prefix: ecm.resource.monitor.im.12003

Anything else

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

😊 Welcome to the Apache Linkis community!!

We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context.
We will be here shortly.

If you are interested in contributing to our website project, please let us know!
You can check out our contributing guide on
👉 How to Participate in Project Contribution.

Community

WeChat Assistant WeChat Public Account

Mailing Lists

Name Description Subscribe Unsubscribe Archive
dev@linkis.apache.org community activity information subscribe unsubscribe archive

Can you submit this PR? you can add my wechat: peaceAyton