feat: 调度任务导出cdr/log/告警检查网元cpu/liencse
This commit is contained in:
@@ -5,8 +5,8 @@ DROP TABLE IF EXISTS "sys_i18n";
|
||||
CREATE TABLE "sys_i18n" (
|
||||
"id" integer NOT NULL,
|
||||
"key_lable" text(255) NOT NULL,
|
||||
"value_zh" text(255),
|
||||
"value_en" text(255),
|
||||
"value_zh" text(2048),
|
||||
"value_en" text(2048),
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
@@ -710,6 +710,12 @@ INSERT INTO "sys_i18n" VALUES (638, 'job.backup_export_table_cdr_event_ims', '
|
||||
INSERT INTO "sys_i18n" VALUES (639, 'job.backup_export_table_cdr_event_smf', '备份-数据话单表定期导出', 'Backup-Regular Export of data sheet tables');
|
||||
INSERT INTO "sys_i18n" VALUES (640, 'cache.name.oauth2_codes', '客户端授权码', 'Oauth2 Client Code');
|
||||
INSERT INTO "sys_i18n" VALUES (641, 'cache.name.oauth2_devices', '客户端令牌', 'Oauth2 Token');
|
||||
INSERT INTO "sys_i18n" VALUES (642, 'job.backup_export_cdr', '备份-CDR数据定期导出', 'Backup-Periodic export of CDR Data');
|
||||
INSERT INTO "sys_i18n" VALUES (643, 'job.backup_export_cdr_remark', 'dataType: 类型支持 ims/smf/sgwc/smsc
|
||||
fileType: 文件类型 csv/xlsx
|
||||
hour: 数据时间从任务执行时间前的小时数', 'Backup-Periodic export of dataType: type support ims/smf/sgwc/smsc
|
||||
fileType: file type csv/xlsx
|
||||
hour: data time from the hour before the task execution time');
|
||||
INSERT INTO "sys_i18n" VALUES (644, 'menu.log.exportFile', '导出文件', 'Exported File');
|
||||
INSERT INTO "sys_i18n" VALUES (645, 'menu.perf.kpiCReport', '自定义指标数据', 'Custom Indicator Data');
|
||||
INSERT INTO "sys_i18n" VALUES (646, 'menu.trace.taskHLR', 'HLR 跟踪任务', 'HLR Trace Task');
|
||||
@@ -821,7 +827,7 @@ storeNum: retention number, default retention 7');
|
||||
INSERT INTO "sys_i18n" VALUES (726, 'job.backup_export_udm', '备份-UDM数据定期导出', 'Backup-Periodic export of UDM Data');
|
||||
INSERT INTO "sys_i18n" VALUES (727, 'job.backup_export_udm_remark', 'dataType: 类型支持 auth/sub/voip/volte
|
||||
fileType: 文件类型 csv/txt', 'Backup-Periodic export of dataType: type support auth/sub/voip/volte
|
||||
fileType: file type csv/txtUDM Data');
|
||||
fileType: file type csv/txt');
|
||||
INSERT INTO "sys_i18n" VALUES (728, 'dictData.cdr_sip_code_cause.0', '因其他原因呼叫失败', 'Call failure for other reason');
|
||||
INSERT INTO "sys_i18n" VALUES (729, 'dictData.cdr_sip_code_cause.200', '正常通话清除', 'Normal Call Clearing');
|
||||
INSERT INTO "sys_i18n" VALUES (730, 'dictData.cdr_sip_code_cause.202', '申请已被接受处理,但尚未完成 ', 'The request has been accepted for processing, but it hasn it completed yet');
|
||||
@@ -844,3 +850,81 @@ INSERT INTO "sys_i18n" VALUES (746, 'dictData.cdr_sip_code_cause.580', '因其
|
||||
INSERT INTO "sys_i18n" VALUES (747, 'dictData.cdr_sip_code_cause.603', 'MT 明确拒绝通话', 'MT explicitly rejected the call');
|
||||
INSERT INTO "sys_i18n" VALUES (748, 'dictData.cdr_sip_code_cause.606', '呼叫已到达用户设备,但会话设置的某些部分不可接受', 'The call reached the user’s device, but some parts of the session setup weren it acceptable');
|
||||
INSERT INTO "sys_i18n" VALUES (749, 'dictType.cdr_sip_code_cause', 'IMS-Voice-SIP响应代码类别类型原因', 'IMS-Voice-SIP Response Code Category Type Cause');
|
||||
INSERT INTO "sys_i18n" VALUES (750, 'job.backup_export_log', '备份-日志数据定期导出', 'Backup-Periodic export of Log Data');
|
||||
INSERT INTO "sys_i18n" VALUES (751, 'job.backup_export_log_remark', 'dataType: 类型支持 operate/login
|
||||
fileType: 文件类型 csv/xlsx
|
||||
hour: 数据时间从任务执行时间前的小时数', 'Backup-Periodic export of dataType: type support operate/login
|
||||
fileType: file type csv/xlsx
|
||||
hour: data time from the hour before the task execution time');
|
||||
INSERT INTO "sys_i18n" VALUES (752, 'job.ne_alarm_state_check_cmd', '网元告警-内存/CPU/磁盘检查', 'NE Alarm-Memory/CPU/Disk Checks');
|
||||
INSERT INTO "sys_i18n" VALUES (753, 'job.ne_alarm_state_check_cmd_remark', '检查网元的内存/CPU/磁盘检查健康状况,在出现过阈值时发出警报。
|
||||
|
||||
Alarm type:
|
||||
CommunicationAlarm=1
|
||||
EquipmentAlarm=2
|
||||
ProcessingFailure=3
|
||||
EnvironmentalAlarm=4
|
||||
QualityOfServiceAlarm=5
|
||||
|
||||
Severity:
|
||||
Critical=1
|
||||
Major=2
|
||||
Minor=3
|
||||
Warning=4
|
||||
|
||||
AddInfo: 告警补充信息
|
||||
cpuUseGt: CPU使用率大于, 范围0~100%
|
||||
memUseGt: 内存使用率大于, 范围0~100%
|
||||
diskUseGt: 磁盘使用率大于, 范围0~100%', 'Checks the memory/CPU/disk check health of the network element and sends alerts when thresholds are crossed.
|
||||
|
||||
Alarm type:
|
||||
CommunicationAlarm=1
|
||||
EquipmentAlarm=2
|
||||
ProcessingFailure=3
|
||||
EnvironmentalAlarm=4
|
||||
QualityOfServiceAlarm=5
|
||||
|
||||
Severity:
|
||||
Critical=1
|
||||
Major=2
|
||||
Minor=3
|
||||
Warning=4
|
||||
|
||||
AddInfo: Additional information on alarms
|
||||
cpuUseGt: CPU utilization greater than, range 0 to 100%
|
||||
memUseGt: Memory utilization greater than, range 0 to 100%
|
||||
diskUseGt: Disk utilization greater than, range 0 to 100%');
|
||||
INSERT INTO "sys_i18n" VALUES (754, 'job.ne_alarm_state_check_license', '网元告警-License到期检查', 'NE Alarm-License Expire Check');
|
||||
INSERT INTO "sys_i18n" VALUES (755, 'job.ne_alarm_state_check_license_remark', '检查网元的License是否即将到期,在出现过阈值时发出警报。
|
||||
|
||||
Alarm type:
|
||||
CommunicationAlarm=1
|
||||
EquipmentAlarm=2
|
||||
ProcessingFailure=3
|
||||
EnvironmentalAlarm=4
|
||||
QualityOfServiceAlarm=5
|
||||
|
||||
Severity:
|
||||
Critical=1
|
||||
Major=2
|
||||
Minor=3
|
||||
Warning=4
|
||||
|
||||
AddInfo: 告警补充信息
|
||||
dayLt: 天数小于,默认30天', 'Checks if the network element is License is about to expire and sends an alert if a threshold is crossed.
|
||||
|
||||
Alarm type:
|
||||
CommunicationAlarm=1
|
||||
EquipmentAlarm=2
|
||||
ProcessingFailure=3
|
||||
EnvironmentalAlarm=4
|
||||
QualityOfServiceAlarm=5
|
||||
|
||||
Severity:
|
||||
Critical=1
|
||||
Major=2
|
||||
Minor=3
|
||||
Warning=4
|
||||
|
||||
AddInfo: Additional information on alarms
|
||||
dayLt: Days less than, default 30 days');
|
||||
|
||||
Reference in New Issue
Block a user