From 9902f9b88fcc1cc9205d2943b3efb71ce7ef48ee Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 13 Dec 2022 18:01:52 +0100 Subject: [PATCH] ITL: vmware: sync updated (i.e. broken) CLI arg --- itl/plugins-contrib.d/vmware.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itl/plugins-contrib.d/vmware.conf b/itl/plugins-contrib.d/vmware.conf index 63ee3fa06..3de5bec5d 100644 --- a/itl/plugins-contrib.d/vmware.conf +++ b/itl/plugins-contrib.d/vmware.conf @@ -237,7 +237,7 @@ object CheckCommand "vmware-esx-dc-runtime-tools" { "--alertonly" = { set_if = "$vmware_alertonly$" } - "--open-vm-tools" = { + "--open_vm_tools_ok" = { set_if = "$vmware_openvmtools$" } } @@ -1142,7 +1142,7 @@ object CheckCommand "vmware-esx-soap-vm-runtime-tools" { arguments += { "--select" = "runtime" "--subselect" = "tools" - "--open-vm-tools" = { + "--open_vm_tools_ok" = { set_if = "$vmware_openvmtools$" } }