f9c32d7440a5850be23a6c1759d007b330ee8b4c
[ric-plt/alarm-go.git] / definitions / alarm-definition.json
1 {
2     "alarmdefinitions" : [
3         {
4             "alarmId" : 8004,
5             "alarmText" : "RIC ROUTING TABLE DISTRIBUTION FAILED",
6             "eventType" : "processingError",
7             "operationInstructions" : "Not defined",
8             "raiseDelay" : 0,
9             "clearDelay" : 0,
10             "timeToLive" : 0
11         },
12         {
13             "alarmId" : 8005,
14             "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS",
15             "eventType" : "communication",
16             "operationInstructions" : "Not defined",
17             "raiseDelay" : 0,
18             "clearDelay" : 0,
19             "timeToLive" : 0
20         },
21         {
22             "alarmId" : 8006,
23             "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB",
24             "eventType" : "communication",
25             "operationInstructions" : "Not defined",
26             "raiseDelay" : 0,
27             "clearDelay" : 0,
28             "timeToLive" : 0
29         },
30         {
31             "alarmId" : 8007,
32             "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB",
33             "eventType" : "communication",
34             "operationInstructions" : "Not defined",
35             "raiseDelay" : 0,
36             "clearDelay" : 0,
37             "timeToLive" : 0
38         },
39         {
40             "alarmId" : 8008,
41             "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD",
42             "eventType" : "equipment",
43             "operationInstructions" : "Clear alarms or raise threshold",
44             "raiseDelay" : 0,
45             "clearDelay" : 0,
46             "timeToLive" : 0
47         },
48         {
49             "alarmId" : 8009,
50             "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD",
51             "eventType" : "equipment",
52             "operationInstructions" : "Clear alarms or raise threshold",
53             "raiseDelay" : 0,
54             "clearDelay" : 0,
55             "timeToLive" : 0
56         }
57    ]
58 }