fix: parameter for genNeStateAlarm
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user