mirror of https://github.com/Icinga/icinga2.git
ITL: vmware: sync updated (i.e. broken) CLI arg
This commit is contained in:
parent
f59f361f09
commit
9902f9b88f
|
@ -237,7 +237,7 @@ object CheckCommand "vmware-esx-dc-runtime-tools" {
|
||||||
"--alertonly" = {
|
"--alertonly" = {
|
||||||
set_if = "$vmware_alertonly$"
|
set_if = "$vmware_alertonly$"
|
||||||
}
|
}
|
||||||
"--open-vm-tools" = {
|
"--open_vm_tools_ok" = {
|
||||||
set_if = "$vmware_openvmtools$"
|
set_if = "$vmware_openvmtools$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1142,7 +1142,7 @@ object CheckCommand "vmware-esx-soap-vm-runtime-tools" {
|
||||||
arguments += {
|
arguments += {
|
||||||
"--select" = "runtime"
|
"--select" = "runtime"
|
||||||
"--subselect" = "tools"
|
"--subselect" = "tools"
|
||||||
"--open-vm-tools" = {
|
"--open_vm_tools_ok" = {
|
||||||
set_if = "$vmware_openvmtools$"
|
set_if = "$vmware_openvmtools$"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue