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