mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-01 21:17:40 +03:00
parent
650fb59cc5
commit
274ad4fca9
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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\"}\'"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user