-
Notifications
You must be signed in to change notification settings - Fork 200
Expand file tree
/
Copy pathmain.yml
More file actions
33 lines (25 loc) · 1.12 KB
/
main.yml
File metadata and controls
33 lines (25 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
cadvisor_version: 0.56.2
cadvisor_binary_url: "https://github.com/{{ _cadvisor_repo }}/releases/download/v{{ cadvisor_version }}/\
cadvisor-v{{ cadvisor_version }}-{{ ansible_facts['system'] | lower }}-{{ _cadvisor_go_ansible_arch }}"
cadvisor_listen_ip: "0.0.0.0"
cadvisor_port: "8080"
cadvisor_prometheus_endpoint: "/metrics"
cadvisor_enable_metrics: []
cadvisor_disable_metrics: []
cadvisor_env_metadata_whitelist: []
cadvisor_whitelisted_container_labels: []
cadvisor_store_container_labels: true
cadvisor_docker_only: false
cadvisor_basic_auth_users: {}
cadvisor_system_group: "root"
cadvisor_system_user: "{{ cadvisor_system_group }}"
# Local path to stash the archive and its extraction
cadvisor_local_cache_path: "/tmp/cadvisor-{{ ansible_facts['system'] | lower }}-{{ _cadvisor_go_ansible_arch }}/{{ cadvisor_version }}"
cadvisor_binary_install_dir: "/usr/local/bin"
# cAdvisor has its own internal metrics colleciton loop. The default is aggressive (1s).
# Tune this to be more reasonable.
#
cadvisor_housekeeping_interval: 10s
cadvisor_max_housekeeping_interval: 15s
cadvisor_config_dir: "/etc/cadvisor"