feat:NEZ-499 添加告警静默功能

This commit is contained in:
zhangyu
2021-03-11 13:39:02 +08:00
parent 2c7bb0972c
commit fe6cc12dfb
12 changed files with 1303 additions and 6 deletions

View File

@@ -398,6 +398,7 @@ const en = {
},
tip: {
confirmDelete: "Are you sure you want to delete?", //Are you sure you want to delete?
confirmOvertime: "Are you sure you want this to time out?",
killTerm:'Are you sure you want to kill terminal?',
confirmBatchDelete:'Are you sure to delete these {0} pieces of data',
assetConfirmDelete: 'Related endpoints and alerts will be removed, are you sure you want to delete this asset?',//Related endpoints and alerts will be removed, are you sure you want to delete this asset?
@@ -919,6 +920,14 @@ const en = {
affectEntity: "Affect entity"
}
},
silence:{
silence:"Alert silence",
create:'New alert silence',
edit:'Edit alert silence',
time:'Time',
matcher:'Matcher',
reason:'Reason',
},
P1Rule:'P1: Critical, alarm that can cause business paralysis',
P2Rule:'P2: Major, alarm that do not affect the business',
P3Rule:'P3: Minor, alarm that need to deal with, but not urgent',