[ansible] Use collectd_config in config_files role
[barometer.git] / docker / ansible / roles / config_files / defaults / main.yml
1 # Copyright 2018-21 Anuket, Intel Corporation and others
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 config_file_dir: "/opt/collectd/etc/collectd.conf.d/"
16 csv_log_dir: "/var/lib/collectd/csv"
17 logfile_dir: "/var/log/"
18
19 #global default interval
20 interval_value: 10
21
22 #influx network port
23 influx_network_port: 25826
24
25 #network plugin vars
26 network_port: 25826
27 network_ip_addr: localhost
28
29 #prometheus plugin vars
30 prometheus_port: 9103
31
32 #ovs event and stats plugin vars
33 ovs_events_interval: 1
34 ovs_events_ip_addr: localhost
35 ovs_events_port: 6640
36 ovs_stats_interval: 1
37 ovs_stats_ip_addr: localhost
38 ovs_stats_port: 6640
39
40 #rdt plugin vars
41 rdt_interval: 1
42
43 #kafka plugin vars
44 kafka_ip_addr: localhost
45 kafka_port: 9092
46 kafka_topic: collectd
47
48 #logfile plugin vars
49 logfile_log_level: info
50
51 #syslog plugin vars
52 syslog_log_level: info
53
54 #rrd plugin vars
55 rrdtool_db_dir: "/var/lib/collectd/rrd"
56 cache_flush: 120
57 write_per_sec: 50
58
59 #additional configuration files path
60 additional_configs_path: ""