Fix for Bug 1174 zombie processes. Replaced multiprocessing with concurrent-futures
[osm/MON.git] / osm_mon / core / mon.yaml
index b1607ec..321e485 100644 (file)
@@ -41,9 +41,21 @@ 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
@@ -52,6 +64,4 @@ vca:
   host: localhost
   secret: secret
   user: admin
-
-openstack:
-  default_granularity: 300
\ No newline at end of file
+  cacert: cacert