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