monitor:configs:ibm,everest: increase fault delay
Change the time it takes for a out of range fan to be set to
nonfunctional to 45s from 30.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I5c4f85e919256e48d2071d51133a39cc74a431f0
diff --git a/monitor/config_files/p10bmc/ibm,everest/config.json b/monitor/config_files/p10bmc/ibm,everest/config.json
index 6afaea5..d3f21bb 100644
--- a/monitor/config_files/p10bmc/ibm,everest/config.json
+++ b/monitor/config_files/p10bmc/ibm,everest/config.json
@@ -13,12 +13,12 @@
"sensors": [
{
"name": "fan0_0",
- "threshold": 30,
+ "threshold": 45,
"has_target": true
},
{
"name": "fan0_1",
- "threshold": 30,
+ "threshold": 45,
"has_target": false
}
]
@@ -36,12 +36,12 @@
"sensors": [
{
"name": "fan1_0",
- "threshold": 30,
+ "threshold": 45,
"has_target": true
},
{
"name": "fan1_1",
- "threshold": 30,
+ "threshold": 45,
"has_target": false
}
]
@@ -59,12 +59,12 @@
"sensors": [
{
"name": "fan2_0",
- "threshold": 30,
+ "threshold": 45,
"has_target": true
},
{
"name": "fan2_1",
- "threshold": 30,
+ "threshold": 45,
"has_target": false
}
]
@@ -82,12 +82,12 @@
"sensors": [
{
"name": "fan3_0",
- "threshold": 30,
+ "threshold": 45,
"has_target": true
},
{
"name": "fan3_1",
- "threshold": 30,
+ "threshold": 45,
"has_target": false
}
]