Is supermicro IPMI data display planned?
-
But but nothing with the current XAPI plugin, so that might need to modify it.
-

Weird it is not showing CPU temperatures, that was shown in the test command. (H13SRA-TF super micro board)
-
Do you have any logs in the browser console or in XO server output? Maybe a parsing error
-
@olivierlambert Which log file do you want?
-

In what page in XOA is this? What plugin is required? Do we need to be on 'latest' instead of 'release' channel?
-
@Forza It's another branch of XO
olt-supermicro-ipmi -
@acp oh, that's why i can't find it.

-
xo-server output directly or browser logs if you can see anything
-
computed "cpuHighestTemp" thrown TypeError: r.forEach is not a function cpuHighestTemp tab-general.js:45 get factory.js:219 o factory.js:112 get factory.js:50 default tab-general.js:80 React 36 _unsubscribes add-subscriptions.js:35 p index.js:269 Lodash 4 p index.js:264 -
Thanks, this is useful

Can you display the output from the plugin, on XCP-ng, like:
xe host-call-plugin host-uuid=<uuid> plugin=ipmitool.py fn=get_all_sensors -
[{"name": "CPU Temp", "value": "39 degrees C", "event": "ok"}, {"name": "System Temp", "value": "31 degrees C", "event": "ok"}, {"name": "Peripheral Temp", "value": "46 degrees C", "event": "ok"}, {"name": "NIC Temp", "value": "59 degrees C", "event": "ok"}, {"name": "CPU_VRM0 Temp", "value": "43 degrees C", "event": "ok"}, {"name": "CPU_VRM1 Temp", "value": "34 degrees C", "event": "ok"}, {"name": "SOC_VRM Temp", "value": "44 degrees C", "event": "ok"}, {"name": "VDDIO_VRM Temp", "value": "48 degrees C", "event": "ok"}, {"name": "DIMMA~C Temp", "value": "45 degrees C", "event": "ok"}, {"name": "DIMME~G Temp", "value": "44 degrees C", "event": "ok"}, {"name": "MB 12V", "value": "12.08 Volts", "event": "ok"}, {"name": "MB 5VCC", "value": "5.10 Volts", "event": "ok"}, {"name": "MB 3.3VCC", "value": "3.35 Volts", "event": "ok"}, {"name": "VBAT", "value": "0x04", "event": "ok"}, {"name": "MB 5VSB", "value": "5.06 Volts", "event": "ok"}, {"name": "MB 3.3VSB", "value": "3.39 Volts", "event": "ok"}, {"name": "MB 1.8VSB", "value": "1.84 Volts", "event": "ok"}, {"name": "BMC 2.5V", "value": "2.47 Volts", "event": "ok"}, {"name": "BMC 1.8V", "value": "1.77 Volts", "event": "ok"}, {"name": "BMC 1.2V", "value": "1.19 Volts", "event": "ok"}, {"name": "BMC 1.0V", "value": "0.99 Volts", "event": "ok"}, {"name": "BMC 3.3VSB", "value": "3.28 Volts", "event": "ok"}, {"name": "CPU_SOC", "value": "1.22 Volts", "event": "ok"}, {"name": "CPU_VDDIO", "value": "1.12 Volts", "event": "ok"}, {"name": "FAN1", "value": "2100 RPM", "event": "ok"}, {"name": "FAN2", "value": "1960 RPM", "event": "ok"}, {"name": "FAN3", "value": "2100 RPM", "event": "ok"}, {"name": "FAN4", "value": "no reading", "event": "ns"}, {"name": "FANA", "value": "no reading", "event": "ns"}, {"name": "FANB", "value": "no reading", "event": "ns"}, {"name": "FANC", "value": "no reading", "event": "ns"}, {"name": "M2_SSD1 Temp", "value": "no reading", "event": "ns"}, {"name": "M2_SSD2 Temp", "value": "no reading", "event": "ns"}, {"name": "Chassis Intru", "value": "0x00", "event": "ok"}, {"name": "NVMe_SSD1 Temp", "value": "no reading", "event": "ns"}, {"name": "NVMe_SSD2 Temp", "value": "no reading", "event": "ns"}, {"name": "GPU4 Temp", "value": "49 degrees C", "event": "ok"}, {"name": "GPU6 Temp", "value": "34 degrees C", "event": "ok"}]