Support for REST interface
Change-Id: I1504c788484143425721a3b4ebb4bbc7cbe85329
Signed-off-by: Mohamed Abukar <abukar.mohamed@nokia.com>
diff --git a/config/config-file.json b/config/config-file.json
old mode 100644
new mode 100755
index f24f818..9f0597e
--- a/config/config-file.json
+++ b/config/config-file.json
@@ -13,24 +13,14 @@
"maxSize": 1024,
"numWorkers": 1
},
- "promAlertManager": {
- "address": "elfkp-prometheus-alertmanager:9093",
- "baseUrl": "/api/v2",
- "schemes": "http",
- "alertInterval": 30000
- },
- "alarmDefinitions": [
- {
- "specificProblem": 1234,
- "Text": "Connection to DBAAS server lost"
+ "controls": {
+ "promAlertManager": {
+ "address": "elfkp-prometheus-alertmanager:9093",
+ "baseUrl": "/api/v2",
+ "schemes": "http",
+ "alertInterval": 30000
},
- {
- "specificProblem": 1235,
- "Text": "Distribution of internal routing table failed due to timeout"
- },
- {
- "specificProblem": 1236,
- "Text": "E2 connection to gNB lost"
- }
- ]
+ "maxActiveAlarms": 5000,
+ "maxAlarmHistory": 20000
+ }
}