https://github.com/ome/ansible-role-cadvisor
cAdvisor container monitoring
https://github.com/ome/ansible-role-cadvisor
ansible cadvisor containers monitoring
Last synced: 3 months ago
JSON representation
cAdvisor container monitoring
- Host: GitHub
- URL: https://github.com/ome/ansible-role-cadvisor
- Owner: ome
- License: bsd-2-clause
- Created: 2017-04-16T18:46:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T14:46:17.000Z (over 2 years ago)
- Last Synced: 2025-10-29T00:33:42.622Z (7 months ago)
- Topics: ansible, cadvisor, containers, monitoring
- Language: Python
- Homepage: https://galaxy.ansible.com/ome/cadvisor
- Size: 33.2 KB
- Stars: 25
- Watchers: 7
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
cAdvisor
========
[](https://github.com/ome/ansible-role-cadvisor/actions)
[](https://galaxy.ansible.com/ui/standalone/roles/ome/cadvisor/)
cAdvisor container monitoring.
cAdvisor can be run in a [Docker container](https://github.com/google/cadvisor), however on RHEL/CentOS it requires [additional flags](https://github.com/google/cadvisor/blob/master/docs/running.md).
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
----------------
```yaml
- hosts: localhost
roles:
- role: ome.cadvisor
```
# For overwrite default variables
```yaml
- hosts: localhost
vars:
cadvisor_port: 9100
cadvisor_version: v0.28.3
cadvisor_checksum: daf4543dc1bc39e8234060376bf4946609b0f6108bdecbdf5ffd239e67664eb3
roles:
- ansible-role-cadvisor
```
Author Information
------------------
ome-devel@lists.openmicroscopy.org.uk