X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=definitions%2Falarm-definition.json;h=f9c32d7440a5850be23a6c1759d007b330ee8b4c;hb=ba2ef5b86bc352e6a9dd931ac27a9abe1386d87f;hp=96d255fd2abc1bdd8c6973aeee3fbef3e08ef7e4;hpb=663b8e1a9cb5add7ea8bf6ec33696243e7d7d0dc;p=ric-plt%2Falarm-go.git diff --git a/definitions/alarm-definition.json b/definitions/alarm-definition.json index 96d255f..f9c32d7 100755 --- a/definitions/alarm-definition.json +++ b/definitions/alarm-definition.json @@ -3,38 +3,56 @@ { "alarmId" : 8004, "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED", - "eventType" : "Processing error", - "operationInstructions" : "Not defined" + "eventType" : "processingError", + "operationInstructions" : "Not defined", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 }, { "alarmId" : 8005, "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS", - "eventType" : "Communication error", - "operationInstructions" : "Not defined" + "eventType" : "communication", + "operationInstructions" : "Not defined", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 }, { "alarmId" : 8006, "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB", - "eventType" : "Communication error", - "operationInstructions" : "Not defined" + "eventType" : "communication", + "operationInstructions" : "Not defined", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 }, { "alarmId" : 8007, "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB", - "eventType" : "Communication error", - "operationInstructions" : "Not defined" + "eventType" : "communication", + "operationInstructions" : "Not defined", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 }, { "alarmId" : 8008, "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD", - "eventType" : "storage warning", - "operationInstructions" : "Clear alarms or raise threshold" + "eventType" : "equipment", + "operationInstructions" : "Clear alarms or raise threshold", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 }, { "alarmId" : 8009, "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD", - "eventType" : "storage warning", - "operationInstructions" : "Clear alarms or raise threshold" + "eventType" : "equipment", + "operationInstructions" : "Clear alarms or raise threshold", + "raiseDelay" : 0, + "clearDelay" : 0, + "timeToLive" : 0 } ] }