ce32693b5d83705ac177736ce1d99abf265ea01b
[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         },
11         {
12             "alarmId" : 8005,
13             "alarmText" : "TCP CONNECTIVITY LOST TO DBAAS",
14             "eventType" : "communication",
15             "operationInstructions" : "Not defined",
16             "raiseDelay" : 0,
17             "clearDelay" : 0
18         },
19         {
20             "alarmId" : 8006,
21             "alarmText" : "E2 CONNECTIVITY LOST TO G-NODEB",
22             "eventType" : "communication",
23             "operationInstructions" : "Not defined",
24             "raiseDelay" : 0,
25             "clearDelay" : 0
26         },
27         {
28             "alarmId" : 8007,
29             "alarmText" : "E2 CONNECTIVITY LOST TO E-NODEB",
30             "eventType" : "communication",
31             "operationInstructions" : "Not defined",
32             "raiseDelay" : 0,
33             "clearDelay" : 0
34         },
35         {
36             "alarmId" : 8008,
37             "alarmText" : "ACTIVE ALARM EXCEED MAX THRESHOLD",
38             "eventType" : "equipment",
39             "operationInstructions" : "Clear alarms or raise threshold",
40             "raiseDelay" : 0,
41             "clearDelay" : 0
42         },
43         {
44             "alarmId" : 8009,
45             "alarmText" : "ALARM HISTORY EXCEED MAX THRESHOLD",
46             "eventType" : "equipment",
47             "operationInstructions" : "Clear alarms or raise threshold",
48             "raiseDelay" : 0,
49             "clearDelay" : 0
50         }
51    ]
52 }