Add thresholds for Exit Air Temp Sensor
Tested: ipmitool sensor list
Change-Id: I6251e97daaaa4ca635ac08c3bd5d9d94e97db55b
Signed-off-by: James Feist <james.feist@linux.intel.com>
diff --git a/configurations/R2000 Chassis.json b/configurations/R2000 Chassis.json
index 0734187..c0a0f5d 100644
--- a/configurations/R2000 Chassis.json
+++ b/configurations/R2000 Chassis.json
@@ -157,6 +157,32 @@
"PowerFactorMin": 0.9,
"QMax": 165,
"QMin": 31,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "upper critical",
+ "Severity": 1,
+ "Value": 85
+ },
+ {
+ "Direction": "greater than",
+ "Name": "upper non critical",
+ "Severity": 0,
+ "Value": 80
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower non critical",
+ "Severity": 0,
+ "Value": 5
+ },
+ {
+ "Direction": "less than",
+ "Name": "lower critical",
+ "Severity": 1,
+ "Value": 0
+ }
+ ],
"Type": "ExitAirTempSensor"
},
{
@@ -462,4 +488,4 @@
"PartNumber": "R2104",
"SerialNumber": "23165"
}
-}
+}
\ No newline at end of file