All Projects → ome → ansible-role-cadvisor

ome / ansible-role-cadvisor

Licence: BSD-2-Clause license
cAdvisor container monitoring

Programming Languages

Jinja
831 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ansible-role-cadvisor

docker-monitoring-windows
Monitor your Docker containers using prometheus, cAdvisor , node-exported and grafana on Windows
Stars: ✭ 49 (+157.89%)
Mutual labels:  cadvisor
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (+5.26%)
Mutual labels:  cadvisor
nebula
Source Code for the Home Server setup.
Stars: ✭ 48 (+152.63%)
Mutual labels:  cadvisor
vagrant-vault-consul-docker-monitoring
No description or website provided.
Stars: ✭ 20 (+5.26%)
Mutual labels:  cadvisor
Swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Stars: ✭ 1,739 (+9052.63%)
Mutual labels:  cadvisor
Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+23526.32%)
Mutual labels:  cadvisor
Prometheus
A docker-compose stack for Prometheus monitoring
Stars: ✭ 3,383 (+17705.26%)
Mutual labels:  cadvisor
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (+47.37%)
Mutual labels:  cadvisor

cAdvisor

Actions Status Ansible Role

cAdvisor container monitoring.

cAdvisor can be run in a Docker container, however on RHEL/CentOS it requires additional flags. An alternative is to run it directly on the host system using this role.

Variables

Optional:

  • cadvisor_port: Listen on this port, default 9280
  • cadvisor_version: Cadvisor version, default v0.29.0
  • cadvisor_binary_local_dir: Cadvisor binary file directory when running without connection to external, default ""
  • cadvisor_checksum: SHA256 checksum, default f5c8deb31eb12cae38007f0f4a208e0b9ba2b2ad6a1c9610b32d113221880d4eP

Example playbook

- hosts: localhost
  roles:
    - role: ome.cadvisor

For overwrite default variables

- hosts: localhost
  vars:
    cadvisor_port: 9100
    cadvisor_version: v0.28.3
    cadvisor_checksum: daf4543dc1bc39e8234060376bf4946609b0f6108bdecbdf5ffd239e67664eb3

  roles:
    - ansible-role-cadvisor

Author Information

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].