hello
i am trying to use the libvirt module, i have it up and running so far,
some hints for users also trying to use it: enabling the module at the “device” level is not enough,
you have to set
$config['enable_libvirt'] = 1;
$config['libvirt_username'] = 'sshuser';
in your defaults.inc.php
sshuser is the user at the hypervisor who is allowed logging in with a key.
i have one problem:
on the (Devices -> All Devices -> Servers ->ServerX -> Virtual Machines i can see the virtual machine powerstatus,
on the tab “Devices -> Virtual Machines” i can see the VM, on which host, CPU and memory, but the power status is just missing.
any ideas?
regards
M.