fix: parameter for genNeStateAlarm

This commit is contained in:
2023-12-29 11:47:44 +08:00
parent 29d4458267
commit e1e10fba00
2 changed files with 8 additions and 8 deletions

View File

@@ -319,10 +319,10 @@ REPLACE INTO
)
VALUES (
10,
'job.genNeStateAlarm',
'Network Element Health Check',
'SYSTEM',
'genNeStateAlarm',
'',
'{\"AlarmID\":\"HXEMSSM10000\",\"alarmCode\":\"10000\",\"alarmTitle\":\"The system state is abnormal\",\"neType\":\"OMC\",\"alarmType\":\"EquipmentAlarm\",\"origSeverity\": \"Major\",\"objectName\":\"EMS;SystemManagement;Heartbeat\",\"objectType\":\"SystemState\",\"specificProblem\":\"Alarm cause: the system state of target NE has not been received for {threshold} seconds\", \"specificProblemID\":\"AC10000\",\"threshold\":30}',
'0/5 * * * * ?',
'3',
'0',
@@ -331,8 +331,8 @@ VALUES (
'supervisor',
1698478134842,
'admin',
1703669877919,
'job.genNeStateAlarmRemark'
1703768623188,
'Health status inspection of network elements, generating alarms in case of abnormalities.'
);
SET FOREIGN_KEY_CHECKS = 1;