X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fconfig-file.json;h=9f0597e2b1a67d1367ee061253b0ed73eaeaf1a9;hb=541eb50ea18ab50528420dfe724fa3d12dc24914;hp=f24f818c20611ceb03d877c7f01c28eae4e5e277;hpb=c8687a0e843eb98d91f3f669a2d3dcc680def039;p=ric-plt%2Falarm-go.git 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" - }, - { - "specificProblem": 1235, - "Text": "Distribution of internal routing table failed due to timeout" + "controls": { + "promAlertManager": { + "address": "elfkp-prometheus-alertmanager:9093", + "baseUrl": "/api/v2", + "schemes": "http", + "alertInterval": 30000 }, - { - "specificProblem": 1236, - "Text": "E2 connection to gNB lost" - } - ] + "maxActiveAlarms": 5000, + "maxAlarmHistory": 20000 + } }