...
BugZero found this defect 4842 days ago.
One of Veeam ONE’s monitoring features is monitoring and alerting on host hardware status changes. These alerts are good to know in case hosts in your environment have hardware issues, the issue will be notified in the alert, and the severity of the issue by VMware's color scale (Yellow - Something is wrong but doesn't involve data loss, Red - Data loss potential or production down, Unknown - Not knowing what the current status is of the sensor). However, sometimes the hardware statuses in Veeam ONE do not match the vSphere UI, or hardware status alerts cannot be triggered even if the hardware status is changed to Yellow or Red.
Veeam ONE pulls hardware status information from vCenter’s API. However, the VMware vSphere client uses a different method to obtain this data. Because of this difference, you may see different information in the VMware vSphere Client and Veeam ONE. As for alarms, Veeam ONE uses one of the two following ways to trigger the host hardware alerts: Using vSphere hardware alerts (Default) Using hardware status changes (Alternative) If the hardware status changed to Yellow or Red, but Veeam ONE didn’t trigger the alarm. Then, firstly, the corresponding alarm needs to be checked on the vCenter side through the vSphere client.
In order to narrow down the issue, compare the hardware status information for monitored objects using both VMware vCenter’s MOB and Host’s MOB, which are the mirrors of their APIs. Check Hardware Sensors Using VMware MOB (for example "VMware Rollup Health State") Check Status in vCenter MOB Open the vCenter server's MOB using a web browser (https://<vCenter_address>/mob) and follow this path: content > rootFolder > childEntity > hostFolder > childEntity > host [select appropriate host] > runtime > healthSystemRuntime > systemHealthInfo > numericSensorInfo Find HostNumericSensorInfo related to VMware Rollup Health State. Make sure that the summary string is: “Sensor is operating under normal conditions” and the label string is “Green” As you can see from the screenshot, this host is having a problem according to the information provided in vCenter server's MOB (VMware Rollup Health State is in Red). What we were expecting to see is the "Green" status with running as normal conditions. Check Status in ESXi Host MOB Next, open the ESXi host's MOB (https://<esxi_host_address>/mob) and follow this path: content > rootFolder > childEntity > hostFolder > childEntity > host > runtime > healthSystemRuntime > systemHealthInfo > numericSensorInfo Find the HostNumericSensorInfo related to the VMware Rollup Health State. Make sure that the summary string is “Sensor is operating under normal conditions” and the label string is “Green”. As you can see from the screenshot, this host is NOT having a problem according to the information provided in host's MOB (VMware Rollup Health State is in Green). Compare vCenter MOB to ESXi MOB Make sure that vCenter’s and Host’s MOBs show you the same status/summary for the VMware Rollup Health State.