X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=config%2Fconfig-file.json;h=73a6c92d0cafa45fe57461a47f220cabf501934d;hb=105030feb8fabd8b4ddff552c53e905146b2ea5f;hp=ffee9e9fa55a9938e090b33b7548d496ac5dd468;hpb=4e7e71265c9a5b85d56478267b0a6ed44f6a80fb;p=ric-plt%2Falarm-go.git diff --git a/config/config-file.json b/config/config-file.json index ffee9e9..73a6c92 100755 --- a/config/config-file.json +++ b/config/config-file.json @@ -13,24 +13,19 @@ "maxSize": 1024, "numWorkers": 1 }, - "promAlertManager": { - "address": "localhost: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" + "noma": { + "enabled": false, + "host": "http://service-ricplt-noma-http:8087", + "alarmUrl": "ric/v1/noma/alarms" }, - { - "specificProblem": 1236, - "Text": "E2 connection to gNB lost" - } - ] + "maxActiveAlarms": 5000, + "maxAlarmHistory": 20000 + } }