X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=definitions%2Falarm-definition.json;h=40d597e09a8b835ae8e450443acb9b0e85f29803;hb=refs%2Fchanges%2F87%2F6687%2F1;hp=ce32693b5d83705ac177736ce1d99abf265ea01b;hpb=18fd03c7dd490347eeec3ed60e176fb3a8ccc3c7;p=ric-plt%2Falarm-go.git diff --git a/definitions/alarm-definition.json b/definitions/alarm-definition.json index ce32693..40d597e 100755 --- a/definitions/alarm-definition.json +++ b/definitions/alarm-definition.json @@ -1,52 +1,31 @@ { "alarmdefinitions" : [ { - "alarmId" : 8004, - "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED", - "eventType" : "processingError", - "operationInstructions" : "Not defined", - "raiseDelay" : 0, - "clearDelay" : 0 - }, - { - "alarmId" : 8005, - "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS", - "eventType" : "communication", - "operationInstructions" : "Not defined", - "raiseDelay" : 0, - "clearDelay" : 0 - }, - { - "alarmId" : 8006, - "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB", - "eventType" : "communication", - "operationInstructions" : "Not defined", - "raiseDelay" : 0, - "clearDelay" : 0 - }, - { - "alarmId" : 8007, - "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB", + "alarmId" : 72004, + "alarmText" : "E2 CONNECTION PROBLEM", "eventType" : "communication", "operationInstructions" : "Not defined", "raiseDelay" : 0, - "clearDelay" : 0 + "clearDelay" : 0, + "timeToLive" : 0 }, { - "alarmId" : 8008, + "alarmId" : 72007, "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD", "eventType" : "equipment", "operationInstructions" : "Clear alarms or raise threshold", "raiseDelay" : 0, - "clearDelay" : 0 + "clearDelay" : 0, + "timeToLive" : 0 }, { - "alarmId" : 8009, + "alarmId" : 72008, "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD", "eventType" : "equipment", "operationInstructions" : "Clear alarms or raise threshold", "raiseDelay" : 0, - "clearDelay" : 0 + "clearDelay" : 0, + "timeToLive" : 0 } ] }