Fetch RIC active alarms via O1
[ric-plt/o1.git] / agent / config / config-file.json
index 7bada6d..05d57a1 100755 (executable)
@@ -5,26 +5,21 @@
     "logger": {
         "level": 4
     },
+    "db": {
+        "namespaces": ["sdl", "rnib"]
+    },
     "rmr": {
         "protPort": "tcp:4560",
         "maxSize": 65536,
         "numWorkers": 1
     },
     "sbi": {
-        "appmgrService": "service-ricplt-appmgr-http:8080",
-        "baseUrl": "/ric/v1",
-        "proto": "http",
+        "appmgrAddr": "service-ricplt-appmgr-http:8080",
+        "alertmgrAddr": "elfkp-prometheus-alertmanager:9093",
         "timeout": 30
     },
     "nbi": {
-        "schemas": ["o-ran-sc-ric-xapp-desc-v1", "o-ran-sc-ric-ueec-config-v1"],
-        "modulePath": "/opt/ric/yang/",
-        "moduleFile": "ric-model.yang",
-        "xpaths": {
-            "xapp": "/ric-model:ric/xapps//*",
-            "config": "/ric-model:ric/config//*",
-            "data":"/ric-model:ric/xapps/status"
-        }
+        "schemas": ["o-ran-sc-ric-xapp-desc-v1", "o-ran-sc-ric-ueec-config-v1"]
     },
     "controls": {
         "active": true