I like to use HA also as a dashboard for my servers and I was missing a way to show the state of the several VirtualBox virtual machines that are running on my servers.
I run several virtual machines on my home server using VirtualBox, while HA runs on a dedicated machine.
I wrote a simple python script that runs on the host machine where the vms run and:
- Monitors the status of all the vms
- Allows to start, stop, reset, send ACPI command and enable/disable VRDE
What I find convenient is that it requires very little configuration on the HA side because all the vms are discovered by HA through the discovery topic.
More commands can be integrated, feel free to request it or do it yourself.
