configurations: revise catalina sensors threshold
Update sensor thresholds based on recommendations from the Electrical
Engineering (EE) and thermal teams.
Signed-off-by: Potin Lai <potin.lai@quantatw.com>
Change-Id: Ibe55c2364cae1ae5e59186447e234e7cdfb2ecb1
diff --git a/configurations/catalina_fio.json b/configurations/catalina_fio.json
index 5abe632..12bcc5a 100644
--- a/configurations/catalina_fio.json
+++ b/configurations/catalina_fio.json
@@ -10,12 +10,40 @@
"Address": "0x4b",
"Bus": 23,
"Name": "FIOBOARD_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
},
{
"Address": "0x4f",
"Bus": 23,
"Name": "FIOBOARD_REMOTE_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
}
],
diff --git a/configurations/catalina_hdd.json b/configurations/catalina_hdd.json
index 37adf69..bd09805 100644
--- a/configurations/catalina_hdd.json
+++ b/configurations/catalina_hdd.json
@@ -15,6 +15,22 @@
"power1"
],
"Name": "HDDBOARD_SSD0_INA230",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ }
+ ],
"Type": "INA230",
"curr1_Name": "HDDBOARD_SSD0_P12V_CURR_A",
"in1_Name": "HDDBOARD_SSD0_P12V_VOLT_V",
@@ -29,6 +45,22 @@
"power1"
],
"Name": "HDDBOARD_SSD1_INA230",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ }
+ ],
"Type": "INA230",
"curr1_Name": "HDDBOARD_SSD1_P12V_CURR_A",
"in1_Name": "HDDBOARD_SSD1_P12V_VOLT_V",
@@ -43,6 +75,22 @@
"power1"
],
"Name": "HDDBOARD_SSD2_INA230",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ }
+ ],
"Type": "INA230",
"curr1_Name": "HDDBOARD_SSD2_P12V_CURR_A",
"in1_Name": "HDDBOARD_SSD2_P12V_VOLT_V",
@@ -57,6 +105,22 @@
"power1"
],
"Name": "HDDBOARD_SSD3_INA230",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ }
+ ],
"Type": "INA230",
"curr1_Name": "HDDBOARD_SSD3_P12V_CURR_A",
"in1_Name": "HDDBOARD_SSD3_P12V_VOLT_V",
diff --git a/configurations/catalina_pdb.json b/configurations/catalina_pdb.json
index 1e4e589..c0a2f7a 100644
--- a/configurations/catalina_pdb.json
+++ b/configurations/catalina_pdb.json
@@ -20,6 +20,20 @@
"Index": 0,
"Name": "FAN0_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -36,6 +50,20 @@
"Index": 1,
"Name": "FAN0_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -52,6 +80,20 @@
"Index": 7,
"Name": "FAN1_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -68,6 +110,20 @@
"Index": 2,
"Name": "FAN1_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -84,6 +140,20 @@
"Index": 3,
"Name": "FAN2_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -100,6 +170,20 @@
"Index": 4,
"Name": "FAN2_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -116,6 +200,20 @@
"Index": 10,
"Name": "FAN3_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -132,6 +230,20 @@
"Index": 5,
"Name": "FAN3_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -148,6 +260,20 @@
"Index": 0,
"Name": "FAN4_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -164,6 +290,20 @@
"Index": 1,
"Name": "FAN4_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -180,6 +320,20 @@
"Index": 7,
"Name": "FAN5_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -196,6 +350,20 @@
"Index": 2,
"Name": "FAN5_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -212,6 +380,20 @@
"Index": 3,
"Name": "FAN6_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -228,6 +410,20 @@
"Index": 4,
"Name": "FAN6_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -244,6 +440,20 @@
"Index": 10,
"Name": "FAN7_TACH_IL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 36300
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 2550
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -260,6 +470,20 @@
"Index": 5,
"Name": "FAN7_TACH_OL_SPEED_RPM",
"PowerState": "Always",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 33000
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 1960
+ }
+ ],
"Type": "I2CFan"
},
{
@@ -268,43 +492,31 @@
"Labels": [
"in1",
"curr1",
- "power1"
+ "power1",
+ "temp1"
],
- "Name": "PDB_P12V_AUX_NIC0_INA238",
+ "Name": "PDB_P12V_NIC0_INA238",
"Thresholds": [
{
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 12.96
+ },
+ {
"Direction": "less than",
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
- "Value": 10.8
- },
- {
- "Direction": "greater than",
- "Label": "in1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 13.2
- },
- {
- "Direction": "greater than",
- "Label": "curr1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 5.7
- },
- {
- "Direction": "greater than",
- "Label": "power1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 75.0
+ "Value": 10.56
}
],
"Type": "INA238",
"curr1_Name": "PDB_P12V_NIC0_CURR_A",
"in1_Name": "PDB_P12V_NIC0_VOLT_V",
- "power1_Name": "PDB_P12V_NIC0_PWR_W"
+ "power1_Name": "PDB_P12V_NIC0_PWR_W",
+ "temp1_Name": "PDB_P12V_NIC0_TEMP_C"
},
{
"Address": "0x42",
@@ -312,43 +524,31 @@
"Labels": [
"in1",
"curr1",
- "power1"
+ "power1",
+ "temp1"
],
"Name": "PDB_P12V_NIC1_INA238",
"Thresholds": [
{
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 12.96
+ },
+ {
"Direction": "less than",
"Label": "in1",
"Name": "lower critical",
"Severity": 1,
- "Value": 10.8
- },
- {
- "Direction": "greater than",
- "Label": "in1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 13.2
- },
- {
- "Direction": "greater than",
- "Label": "curr1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 5.7
- },
- {
- "Direction": "greater than",
- "Label": "power1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 75.0
+ "Value": 10.56
}
],
"Type": "INA238",
"curr1_Name": "PDB_P12V_NIC1_CURR_A",
"in1_Name": "PDB_P12V_NIC1_VOLT_V",
- "power1_Name": "PDB_P12V_NIC1_PWR_W"
+ "power1_Name": "PDB_P12V_NIC1_PWR_W",
+ "temp1_Name": "PDB_P12V_NIC1_TEMP_C"
},
{
"Address": "0x44",
@@ -356,29 +556,31 @@
"Labels": [
"in1",
"curr1",
- "power1"
+ "power1",
+ "temp1"
],
"Name": "PDB_P12V_SCM_INA238",
"Thresholds": [
{
- "Direction": "less than",
- "Label": "in1",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 10.8
- },
- {
"Direction": "greater than",
"Label": "in1",
"Name": "upper critical",
"Severity": 1,
- "Value": 13.2
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
}
],
"Type": "INA238",
"curr1_Name": "PDB_P12V_SCM_CURR_A",
"in1_Name": "PDB_P12V_SCM_VOLT_V",
- "power1_Name": "PDB_P12V_SCM_PWR_W"
+ "power1_Name": "PDB_P12V_SCM_PWR_W",
+ "temp1_Name": "PDB_P12V_SCM_TEMP_C"
},
{
"Address": "0x43",
@@ -418,20 +620,6 @@
"Thresholds": [
{
"Direction": "greater than",
- "Label": "iout1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 30.0
- },
- {
- "Direction": "greater than",
- "Label": "pin",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 1440.0
- },
- {
- "Direction": "greater than",
"Label": "temp1",
"Name": "upper critical",
"Severity": 1,
@@ -439,31 +627,38 @@
},
{
"Direction": "less than",
- "Label": "vin",
+ "Label": "temp1",
"Name": "lower critical",
"Severity": 1,
- "Value": 46.0
+ "Value": 5
},
{
"Direction": "greater than",
"Label": "vin",
"Name": "upper critical",
"Severity": 1,
- "Value": 55.0
+ "Value": 59.3
+ },
+ {
+ "Direction": "less than",
+ "Label": "vin",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 39.1
+ },
+ {
+ "Direction": "greater than",
+ "Label": "vout1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 59.3
},
{
"Direction": "less than",
"Label": "vout1",
"Name": "lower critical",
"Severity": 1,
- "Value": 46.0
- },
- {
- "Direction": "greater than",
- "Label": "vout1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 55.0
+ "Value": 39.1
}
],
"Type": "LTC4287",
@@ -487,20 +682,6 @@
"Thresholds": [
{
"Direction": "greater than",
- "Label": "iout1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 30.0
- },
- {
- "Direction": "greater than",
- "Label": "pin",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 1440.0
- },
- {
- "Direction": "greater than",
"Label": "temp1",
"Name": "upper critical",
"Severity": 1,
@@ -508,31 +689,38 @@
},
{
"Direction": "less than",
- "Label": "vin",
+ "Label": "temp1",
"Name": "lower critical",
"Severity": 1,
- "Value": 46.0
+ "Value": 5
},
{
"Direction": "greater than",
"Label": "vin",
"Name": "upper critical",
"Severity": 1,
- "Value": 55.0
+ "Value": 59.3
+ },
+ {
+ "Direction": "less than",
+ "Label": "vin",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 39.1
+ },
+ {
+ "Direction": "greater than",
+ "Label": "vout1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 59.3
},
{
"Direction": "less than",
"Label": "vout1",
"Name": "lower critical",
"Severity": 1,
- "Value": 46.0
- },
- {
- "Direction": "greater than",
- "Label": "vout1",
- "Name": "upper critical",
- "Severity": 1,
- "Value": 55.0
+ "Value": 39.1
}
],
"Type": "LTC4287",
@@ -555,8 +743,29 @@
"Name": "PDB_P12V_FAN_MP5990",
"Thresholds": [
{
+ "Direction": "greater than",
+ "Label": "temp1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 80.0
+ },
+ {
"Direction": "less than",
- "Label": "vout1",
+ "Label": "temp1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ },
+ {
+ "Direction": "greater than",
+ "Label": "vin",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13
+ },
+ {
+ "Direction": "less than",
+ "Label": "vin",
"Name": "lower critical",
"Severity": 1,
"Value": 10.8
@@ -566,7 +775,14 @@
"Label": "vout1",
"Name": "upper critical",
"Severity": 1,
- "Value": 13.2
+ "Value": 13
+ },
+ {
+ "Direction": "less than",
+ "Label": "vout1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.8
}
],
"Type": "MP5990",
@@ -586,6 +802,36 @@
"vout1"
],
"Name": "PDB_VR_P12V_N1_RAA228004",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ },
+ {
+ "Direction": "greater than",
+ "Label": "temp1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 125
+ },
+ {
+ "Direction": "less than",
+ "Label": "temp1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "RAA228004",
"iout1_Name": "PDB_VR_P12V_N1_CURR_A",
"pout1_Name": "PDB_VR_P12V_N1_PWR_W",
@@ -602,6 +848,36 @@
"vout1"
],
"Name": "PDB_VR_P12V_N2_RAA228004",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ },
+ {
+ "Direction": "greater than",
+ "Label": "temp1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 125
+ },
+ {
+ "Direction": "less than",
+ "Label": "temp1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "RAA228004",
"iout1_Name": "PDB_VR_P12V_N2_CURR_A",
"pout1_Name": "PDB_VR_P12V_N2_PWR_W",
@@ -618,6 +894,36 @@
"vout1"
],
"Name": "PDB_VR_P12V_AUX_RAA228004",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Label": "in1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 13.6
+ },
+ {
+ "Direction": "less than",
+ "Label": "in1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 10.5
+ },
+ {
+ "Direction": "greater than",
+ "Label": "temp1",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 125
+ },
+ {
+ "Direction": "less than",
+ "Label": "temp1",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "RAA228004",
"iout1_Name": "PDB_VR_P12V_AUX_CURR_A",
"pout1_Name": "PDB_VR_P12V_AUX_PWR_W",
@@ -628,6 +934,20 @@
"Address": "0x4f",
"Bus": 21,
"Name": "PDB_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 80
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
}
],
diff --git a/configurations/catalina_scm.json b/configurations/catalina_scm.json
index 63ccd72..46ec107 100644
--- a/configurations/catalina_scm.json
+++ b/configurations/catalina_scm.json
@@ -109,7 +109,7 @@
"Direction": "greater than",
"Name": "upper critical",
"Severity": 1,
- "Value": 3.6
+ "Value": 1.98
},
{
"Direction": "less than",
@@ -201,6 +201,20 @@
"Address": "0x4b",
"Bus": 9,
"Name": "SCM_TEMP_C",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 45
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 5
+ }
+ ],
"Type": "TMP75"
}
],