Added a totalBoardPower to table for IDRAC9

This commit is contained in:
2026-03-01 21:28:26 +01:00
parent 28e0a1da34
commit 44665891ab

View File

@@ -44,6 +44,7 @@ CREATE TABLE IDRACmeasurement (
hostname VARCHAR(64) NOT NULL,
powerDrawPSU1 DECIMAL(7,2),
powerDrawPSU2 DECIMAL(7,2) NULL,
powerDrawBoard DECIMAL(7,2) NULL, -- Thing for IDRAC9 as it has a Raw Power Consumption value
voltagePSU1 DECIMAL(7,2),
voltagePSU2 DECIMAL(7,2) NULL,
inletTemp DECIMAL(5,2),