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
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
Use case
No response
Solutions
CREATETABLE `linkis_et_monitor_resource_alert` (
`id`intNOT 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`)
);
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.
Search before asking
Problem Description
No response
Description
Storage package/conf/linkis-et-monitor-file.properties to database
Use case
No response
Solutions
eg: resource_prefix: ecm.resource.monitor.im.12003
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: