1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-01 21:17:40 +03:00

F : Rename vm_crash to vm_qemu_ping ()

This commit is contained in:
Pavel Czerný 2024-08-02 19:19:59 +02:00 committed by GitHub
parent 650fb59cc5
commit 274ad4fca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions
share/doc/xsd
src/im_mad/remotes
kvm-probes.d
lib

View File

@ -66,6 +66,7 @@
<xs:element name="VCENTER_VMWARETOOLS_VERSION" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VMWARETOOLS_VERSION_STATUS" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VM_NAME" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:any minOccurs="0" maxOccurs="unbounded" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

View File

@ -9,4 +9,4 @@
# The $vm_id substring, if existing, will be replaced by the VM ID when the monitoring probes
# are looping on each of the VMs on the host. Each command will be run once per VM.
:commands:
:vm_crash: "one-$vm_id '{\"execute\":\"guest-ping\"}' --timeout 5"
:vm_qemu_ping: "one-$vm_id '{\"execute\":\"guest-ping\"}' --timeout 5"

View File

@ -51,7 +51,7 @@ module KVM
QEMU_GA = {
:enabled => false,
:commands => {
:vm_crash => "one-$vm_id \'{\"execute\":\"guest-ping\"}\'"
:vm_qemu_ping => "one-$vm_id \'{\"execute\":\"guest-ping\"}\'"
}
}