https://github.com/arakkkkk/kvm-exporter
https://github.com/arakkkkk/kvm-exporter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arakkkkk/kvm-exporter
- Owner: arakkkkk
- Created: 2024-12-18T13:04:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T13:08:57.000Z (10 months ago)
- Last Synced: 2025-06-30T11:05:52.323Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kvm-exporter
Prometheus exporter for KVM
* host
* [prometheus/node_exporter: Exporter for machine metrics](https://github.com/prometheus/node_exporter?tab=readme-ov-file)
* virtual machine
* [bykvaadm/libvirt_exporter_improved: Prometheus metrics exporter for libvirt.](https://github.com/bykvaadm/libvirt_exporter_improved)## Usage
* [ERROR - Deploy - Error response from daemon: linux mounts: path / is mounted on / but it is not a shared or slave mount. · Issue #2002 · prometheus/node_exporter](https://github.com/prometheus/node_exporter/issues/2002)
```bash
mount --make-rshared /
``````
git clone https://github.com/arakkkkk/kvm-exporter.git
cd kvm-exporter
docker compose up -d
```