configs: Add thresholds on Blyth
Add thresholds to the sensors on IBM's Blyth op panel.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: Ieeae094a9b12aaa43066c36032c8216284226b86
diff --git a/configurations/blyth.json b/configurations/blyth.json
index 85a8dd5..563fc13 100644
--- a/configurations/blyth.json
+++ b/configurations/blyth.json
@@ -5,6 +5,22 @@
"Bus": 7,
"Name": "Ambient 1 Temp",
"Name1": "Station Pressure",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Index": 1,
+ "Name": "Ambient Upper Critical",
+ "Severity": 0,
+ "Value": 100
+ },
+ {
+ "Direction": "less than",
+ "Index": 1,
+ "Name": "Ambient Lower Critical",
+ "Severity": 0,
+ "Value": 0
+ }
+ ],
"Type": "DPS310"
},
{
@@ -49,12 +65,43 @@
"Bus": 7,
"Name": "Ambient 2 Temp",
"Name1": "Relative Humidity",
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Index": 1,
+ "Name": "Ambient Upper Critical",
+ "Severity": 0,
+ "Value": 100
+ },
+ {
+ "Direction": "less than",
+ "Index": 1,
+ "Name": "Ambient Lower Critical",
+ "Severity": 0,
+ "Value": 0
+ }
+ ],
"Type": "SI7020"
},
{
"Address": "0x48",
"Bus": 7,
"Name": "Ambient 0 Temp",
+ "PollRate": 1,
+ "Thresholds": [
+ {
+ "Direction": "greater than",
+ "Name": "Ambient Upper Critical",
+ "Severity": 0,
+ "Value": 100
+ },
+ {
+ "Direction": "less than",
+ "Name": "Ambient Lower Critical",
+ "Severity": 0,
+ "Value": 0
+ }
+ ],
"Type": "TMP75"
}
],