Fix 2111: Added config parameter to disable vms status check
[osm/MON.git] / osm_mon / core / mon.yaml
index 2ce2fc1..90c342a 100644 (file)
@@ -41,8 +41,9 @@ sql:
 
 collector:
   interval: 30
-  process_pool_size: 20
+  process_pool_size: 10
   process_execution_timeout: 50
+  vm_infra_metrics: true
 
 evaluator:
   interval: 30
@@ -59,6 +60,8 @@ grafana:
 
 prometheus:
   url: http://prometheus:9090
+  user: admin
+  password: admin
 
 vca:
   host: localhost