RMR update and H release step 1 of 2
[ric-plt/alarm-go.git] / definitions / alarm-definition.json
index 96d255f..40d597e 100755 (executable)
@@ -1,40 +1,31 @@
 {
     "alarmdefinitions" : [
         {
-            "alarmId" : 8004,
-            "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED",
-            "eventType" : "Processing error",
-            "operationInstructions" : "Not defined"
+            "alarmId" : 72004,
+            "alarmText" : "E2 CONNECTION PROBLEM",
+            "eventType" : "communication",
+            "operationInstructions" : "Not defined",
+            "raiseDelay" : 0,
+            "clearDelay" : 0,
+            "timeToLive" : 0
         },
         {
-            "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,
+            "alarmId" : 72007,
             "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,
+            "alarmId" : 72008,
             "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
         }
    ]
 }