Fix 2188: Added config parameter to disable vms status check
[osm/MON.git] / osm_mon / core / mon.yaml
1 # Copyright 2018 Whitestack, LLC
2 # *************************************************************
3
4 # This file is part of OSM Monitoring module
5 # All Rights Reserved to Whitestack, LLC
6
7 # Licensed under the Apache License, Version 2.0 (the "License"); you may
8 # not use this file except in compliance with the License. You may obtain
9 # a copy of the License at
10
11 #         http://www.apache.org/licenses/LICENSE-2.0
12
13 # Unless required by applicable law or agreed to in writing, software
14 # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
15 # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
16 # License for the specific language governing permissions and limitations
17 # under the License.
18
19 # For those usages not covered by the Apache License, Version 2.0 please
20 # contact: bdiaz@whitestack.com or glavado@whitestack.com
21 ##
22
23 global:
24   loglevel: INFO
25   request_timeout: 10
26
27 database:
28   driver: mongo
29   uri: mongodb://mongo:27017
30   name: osm
31   commonkey: changeme
32
33 message:
34   driver: kafka
35   host: kafka
36   port: 9092
37   group_id: mon-consumer
38
39 sql:
40   database_uri: sqlite:///mon_sqlite.db
41
42 collector:
43   interval: 30
44   process_pool_size: 10
45   process_execution_timeout: 50
46   vm_infra_metrics: true
47
48 evaluator:
49   interval: 30
50   backend: prometheus
51
52 dashboarder:
53   interval: 30
54   backend: grafana
55
56 grafana:
57   url: http://grafana:3000
58   user: admin
59   password: admin
60
61 prometheus:
62   url: http://prometheus:9090
63   user: admin
64   password: admin
65
66 prometheus-operator:
67   port: 9090
68   ds_name_substr: prom-operator
69
70 vca:
71   host: localhost
72   secret: secret
73   user: admin
74   cacert: cacert
75
76 keystone:
77   enabled: false
78   url: http://keystone:5000/v3
79   domain_name: default
80   service_project: service
81   service_user: nbi
82   service_password: apassword
83   service_project_domain_name: default