fix: 更新告警参数描述,修正CPU使用率计算逻辑, license检查天数错误

This commit is contained in:
TsMask
2025-05-12 19:07:42 +08:00
parent 872567b28a
commit 73958f4333
4 changed files with 25 additions and 9 deletions

View File

@@ -873,7 +873,7 @@ Minor=3
Warning=4
AddInfo: 告警补充信息
cpuUseGt: CPU使用率大于 范围0~100%
cpuUseGt: CPU使用率大于 范围0~100*CPU核心数
memUseGt: 内存使用率大于, 范围0~100%
diskUseGt: 磁盘使用率大于, 范围0~100%', 'Checks the memory/CPU/disk check health of the network element and sends alerts when thresholds are crossed.
@@ -891,7 +891,7 @@ Minor=3
Warning=4
AddInfo: Additional information on alarms
cpuUseGt: CPU utilization greater than, range 0 to 100%
cpuUseGt: CPU utilization is greater than, range 0~100*number of CPU cores
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');