02 Jul 2026 04:40 PM
Hey,
I have enabled VMWARE Integration in our tenant.
I would like to Implement alerting for power, cooling, and RAID failures on ESX hosts, how to do that ?
I see very limited metrics for esxi hosts with native integration and also explored metrics of VMWARE remote monitoring extension, but I could only find vmware.vm.power.status metric which tells the power status.
How can we implement this ? any thoughts ?
03 Jul 2026 12:46 AM - edited 03 Jul 2026 12:53 AM
Hello @MohammedRahman
You can use different approaches:
The simplest approach if OneAgent is deployed on your VMware hosts.
Push custom metrics directly from the host using the OneAgent ingestion endpoint:
http://localhost:14499/metrics/ingest
Payload
vmware.cooling.usage,dt.entity.host=HOST-XXXXXXXX gauge,85.3
If OneAgent is not on the host, push metrics remotely via the REST API:
POST https://{your-environment}.live.dynatrace.com/api/v2/metrics/ingest
Collect VMware metrics using an OpenTelemetry Collector with a VMware receiver and forward to Dynatrace via OTLP:
Featured Posts