Added a totalBoardPower to table for IDRAC9
This commit is contained in:
@@ -44,6 +44,7 @@ CREATE TABLE IDRACmeasurement (
|
|||||||
hostname VARCHAR(64) NOT NULL,
|
hostname VARCHAR(64) NOT NULL,
|
||||||
powerDrawPSU1 DECIMAL(7,2),
|
powerDrawPSU1 DECIMAL(7,2),
|
||||||
powerDrawPSU2 DECIMAL(7,2) NULL,
|
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),
|
voltagePSU1 DECIMAL(7,2),
|
||||||
voltagePSU2 DECIMAL(7,2) NULL,
|
voltagePSU2 DECIMAL(7,2) NULL,
|
||||||
inletTemp DECIMAL(5,2),
|
inletTemp DECIMAL(5,2),
|
||||||
|
|||||||
Reference in New Issue
Block a user