X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=definitions%2Falarm-definition.json;fp=definitions%2Falarm-definition.json;h=96d255fd2abc1bdd8c6973aeee3fbef3e08ef7e4;hb=14323a9bfca0e64e3710f790a849dbc984dc36dc;hp=0000000000000000000000000000000000000000;hpb=478720e4a200ea2d635800813abf0b14290f8f32;p=ric-plt%2Falarm-go.git diff --git a/definitions/alarm-definition.json b/definitions/alarm-definition.json new file mode 100755 index 0000000..96d255f --- /dev/null +++ b/definitions/alarm-definition.json @@ -0,0 +1,40 @@ +{ + "alarmdefinitions" : [ + { + "alarmId" : 8004, + "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED", + "eventType" : "Processing error", + "operationInstructions" : "Not defined" + }, + { + "alarmId" : 8005, + "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS", + "eventType" : "Communication error", + "operationInstructions" : "Not defined" + }, + { + "alarmId" : 8006, + "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB", + "eventType" : "Communication error", + "operationInstructions" : "Not defined" + }, + { + "alarmId" : 8007, + "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB", + "eventType" : "Communication error", + "operationInstructions" : "Not defined" + }, + { + "alarmId" : 8008, + "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD", + "eventType" : "storage warning", + "operationInstructions" : "Clear alarms or raise threshold" + }, + { + "alarmId" : 8009, + "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD", + "eventType" : "storage warning", + "operationInstructions" : "Clear alarms or raise threshold" + } + ] +}