f12492a3806619ee26eefe2c5fa4acf0d174508c
[barometer.git] / docker / ansible / roles / config_files / vars / main.yml
1 #Copyright 2018 OPNFV and Intel Corporation
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 ---
15
16 #directory paths
17 config_file_dir: "/opt/collectd/etc/collectd.conf.d/"
18 csv_log_dir: "/var/lib/collectd/csv"
19 logfile_dir: "/var/log/"
20
21 #global default interval
22 interval_value: 10
23
24 #influx network port
25 influx_network_port: 25826
26
27 #network plugin vars
28 #network_port: 25826
29 #network_ip_addr: localhost
30
31 #prometheus plugin vars
32 prometheus_port: 9103
33
34 #ovs event and stats plugin vars
35 ovs_event_interval: 1
36 ovs_event_ip_addr: localhost
37 ovs_event_port: 6640
38 ovs_stats_interval: 1
39 ovs_stats_ip_addr: localhost
40 ovs_stats_port: 6640
41
42 #rdt plugin vars
43 rdt_interval: 1
44
45 #kafka plugin vars
46 kafka_ip_addr: localhost
47 kafka_port: 9092
48 kafka_topic: collectd
49
50 #logfile plugin vars
51 logfile_log_level: info
52
53 #syslog plugin vars
54 syslog_log_level: info
55
56 #rrd plugin vars
57 rrdtool_db_dir: "/var/lib/collectd/rrd"
58 cache_flush: 120
59 write_per_sec: 50
60
61 #additional configuration files path
62 additional_configs_path: ""