This repository houses the virsh-monitor
tool created by Ellersoft for the purpose of monitoring kvm/qemu VM's operated via the libvirt / virsh environment.
The tool lists the following resources:
- all VMs managed by
libvirt
; - all NETs managed by
libvirt
; - all pools / storage managed by
libvirt
;
In addition, the tool has commands to start and stop each of the resources:
- starting / stopping / destroying a VM domain ('running' and 'shut off' states);
- starting / stopping / destroying a NET domain ('active' and 'inactive' states);
- starting / stopping / destroying a storage pool domain ('active' and 'inactive' states);