Details
-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
-
None
Description
This patch against r4386 adds preliminary support for
monitoring guests running on Proxmox VE platform. Both
OpenVZ containers and KVM virtual machines are supported.
Poller connects to Proxmox node via Proxmox's PVE2 API
and polls stats from all guests on all hosts in a cluster.
Stores RRD files under proxmox subdir for each device.
Included PVE2 API client code used by poller is taken from
https://github.com/CpuID/pve2-api-php-client.
It also adds "Proxmox VE Guests" tab on the device page
that displays CPU, Memory, Disk Usage, Disk I/O and Network
Traffic statistics for each guest.
Attachments
Issue Links
- clones
-
OBS-471 Preliminary support for Proxmox VE guest monitoring
-
- Closed
-
Haven't looked at this in a long while; I'm also running proxmox these days though. Have some plans regarding "vm as entity", which would incorporate proxmox api access (we already do this now for the vm detection itself) for the vm stats, but obviously I'd want that infrastructure to also work on libvirt/vmware/... VMs.