X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fconfig-file.json;h=9f0597e2b1a67d1367ee061253b0ed73eaeaf1a9;hb=540ceee76d8653dd7cda456083452987cfd40321;hp=5d6186a0319b3986ba9d1c5c2a79563a4c2613c1;hpb=61bdef5fe4a22986832d1e51846cbb011ac04074;p=ric-plt%2Falarm-go.git diff --git a/config/config-file.json b/config/config-file.json index 5d6186a..9f0597e 100755 --- a/config/config-file.json +++ b/config/config-file.json @@ -13,24 +13,14 @@ "maxSize": 1024, "numWorkers": 1 }, - "promAlertManager": { - "address": "service-ricplt-alertmanager-http: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 + } }