Currently, with TOT code, appInfo plugin is loaded only when
the VM is managed by VMware ESX server. In this changeset, that
limitation is removed and the plugin will be loaded for hosted
products also.
NULL
};
- uint32 vmxVersion = 0;
- uint32 vmxType = VMX_TYPE_UNSET;
-
/*
* Return NULL to disable the plugin if not running in a VMware VM.
*/
return NULL;
}
- /*
- * Return NULL to disable the plugin if VM is not running on ESX host.
- */
- if (!VmCheck_GetVersion(&vmxVersion, &vmxType) ||
- vmxType != VMX_TYPE_SCALABLE_SERVER) {
- g_info("VM is not running on ESX host.\n");
- return NULL;
- }
-
/*
* Return NULL to disable the plugin if not running in vmsvc daemon.
*/