Merge "Add license file"
[ric-plt/alarm-go.git] / config / config-file.json
1 {
2     "local": {
3         "host": ":8080"
4     },
5     "logger": {
6         "level": 4
7     },
8     "db": {
9         "namespaces": ["sdl", "rnib"]
10     },
11     "rmr": {
12         "protPort": "tcp:4560",
13         "maxSize": 1024,
14         "numWorkers": 1
15     },
16     "promAlertManager": {
17         "address": "elfkp-prometheus-alertmanager:9093",
18         "baseUrl": "/api/v2",
19         "schemes": "http",
20         "alertInterval": 30000
21     },
22     "alarmDefinitions": [
23         {
24             "specificProblem": 1234,
25             "Text": "Connection to DBAAS server lost"
26         },
27         {
28             "specificProblem": 1235,
29             "Text": "Distribution of internal routing table failed due to timeout"
30         },
31         {
32             "specificProblem": 1236,
33             "Text": "E2 connection to gNB lost"
34         }
35     ]
36 }