esxi
Supported Platform
- vmware-esxi
- vmware-vsphere
Maturity
deprecated
Description
VMware ESXi resource
The esxi.host
and esxi.vm
resource is deprecated. Please use vsphere.host
and vsphere.vm
instead.
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
host | vsphere.host | Current Targeted ESXi Host |
vm | vsphere.vm | Current Targeted Virtual Machine |
Examples
Check that all kernel modules are signed
esxi.host {
kernelModules {
signedStatus == "Signed"
}
}