configurations/sbp1: Drop lower temp thresholds
Lower temperatures thresholds are never expected to be reached, thus
drop the thresholds.
Change-Id: Idee8fa8f5ee7636e66a8411a9da115f3c4d4246c
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
diff --git a/configurations/sbp1_baseboard.json b/configurations/sbp1_baseboard.json
index b9c1c08..e832375 100644
--- a/configurations/sbp1_baseboard.json
+++ b/configurations/sbp1_baseboard.json
@@ -1614,20 +1614,6 @@
"Name": "upper non critical",
"Severity": 0,
"Value": 98
- },
- {
- "Direction": "less than",
- "Hysteresis": 0.05,
- "Name": "lower non critical",
- "Severity": 0,
- "Value": 5
- },
- {
- "Direction": "less than",
- "Hysteresis": 0.0,
- "Name": "lower critical",
- "Severity": 1,
- "Value": 0
}
],
"Type": "IpmbSensor"
diff --git a/configurations/sbp1_nvme.json b/configurations/sbp1_nvme.json
index 94f6566..d0f4caa 100644
--- a/configurations/sbp1_nvme.json
+++ b/configurations/sbp1_nvme.json
@@ -17,18 +17,6 @@
"Name": "upper non critical",
"Severity": 0,
"Value": 110
- },
- {
- "Direction": "less than",
- "Name": "lower non critical",
- "Severity": 0,
- "Value": 5
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 0
}
],
"Type": "NVME1000"
@@ -50,18 +38,6 @@
"Name": "upper non critical",
"Severity": 0,
"Value": 110
- },
- {
- "Direction": "less than",
- "Name": "lower non critical",
- "Severity": 0,
- "Value": 5
- },
- {
- "Direction": "less than",
- "Name": "lower critical",
- "Severity": 1,
- "Value": 0
}
],
"Type": "NVME1000"