mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
M #~: Fix error in monitor script (#4143)
Signed-off-by: Carlos Herrera <cherrera@opennebula.systems>
This commit is contained in:
parent
600e6cd95d
commit
8afb721023
@ -459,7 +459,7 @@ module VirtualMachineMonitor
|
||||
|
||||
str_info << 'VCENTER_ESX_HOST="' << esx_host << '" '
|
||||
str_info << 'VCENTER_GUEST_STATE=' << guest_state << ' '
|
||||
str_info << 'VCENTER_VM_NAME=' << vm_name << ' '
|
||||
str_info << 'VCENTER_VM_NAME="' << vm_name << '" '
|
||||
str_info << 'VCENTER_VMWARETOOLS_RUNNING_STATUS=' << vmware_tools << ' '
|
||||
str_info << 'VCENTER_VMWARETOOLS_VERSION=' << vmtools_ver << ' '
|
||||
str_info << 'VCENTER_VMWARETOOLS_VERSION_STATUS=' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user