Fix for Bug 1174 zombie processes. Replaced multiprocessing with concurrent-futures
[osm/MON.git] / osm_mon / core / mon.yaml
index 19e8f3a..321e485 100644 (file)
@@ -41,11 +41,22 @@ sql:
 
 collector:
   interval: 30
+  process_pool_size: 20
+  process_execution_timeout: 50
 
 evaluator:
   interval: 30
   backend: prometheus
 
+dashboarder:
+  interval: 30
+  backend: grafana
+
+grafana:
+  url: http://grafana:3000
+  user: admin
+  password: admin
+
 prometheus:
   url: http://prometheus:9090
 
@@ -53,6 +64,4 @@ vca:
   host: localhost
   secret: secret
   user: admin
-
-openstack:
-  default_granularity: 300
\ No newline at end of file
+  cacert: cacert