You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/open_cluster_deployment/kvm_node/kvm_driver.rst
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,12 +364,15 @@ QEMU Guest Agent allows the communication of some actions with the guest OS. Thi
364
364
365
365
The agent package needed in the Guest OS is available in most distributions. It's called ``qemu-guest-agent`` in most of them. If you need more information you can follow these links:
* `Guest Agent Features <https://wiki.qemu.org/Features/GuestAgent>`_
370
370
371
371
The communication channel with guest agent is enabled in the domain XML when the ``GUEST_AGENT`` feature is selected in the VM Template.
372
372
373
+
QEMU Guest Agent monitoring
374
+
------------------------------------
375
+
373
376
You can extend the VM monitoring information with information gathered by the guest agent by setting ``:enabled`` to **true** on the file ``/var/lib/one/remotes/etc/im/kvm-probes.d/guestagent.conf``. Execute ``onehost sync --force`` afterwards. This file contains a list of ``:commands`` that will be executed when running the VM monitoring probes. The result of the execution of these commands will appear on the MONITORING section on the VM instance template.
374
377
375
378
By default an example command is provided, this effectively allows to detect VM crashes
0 commit comments