summaryrefslogtreecommitdiff
path: root/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json128
1 files changed, 0 insertions, 128 deletions
diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json
deleted file mode 100644
index 1bfb5378b..000000000
--- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-4u/config.json
+++ /dev/null
@@ -1,128 +0,0 @@
-{
- "fans": [
- {
- "inventory": "/system/chassis/motherboard/fan0",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan0_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan1",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan1_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan2",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan2_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan3",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan3_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan4",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan4_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- },
- {
- "inventory": "/system/chassis/motherboard/fan5",
- "method": "count",
- "count_interval": 1,
- "deviation": 15,
- "num_sensors_nonfunc_for_fan_nonfunc": 1,
- "monitor_start_delay": 30,
- "fan_missing_error_delay": 20,
- "nonfunc_rotor_error_delay": 0,
- "sensors": [
- {
- "name": "fan5_0",
- "threshold": 30,
- "has_target": true
- }
- ]
- }
- ],
- "fault_handling":
- {
- "num_nonfunc_rotors_before_error": 1,
-
- "power_off_config":
- [
- {
- "type": "hard",
- "cause": "missing_fan_frus",
- "count": 1,
- "delay": 25,
- "state": "at_pgood"
- },
- {
- "type": "epow",
- "cause": "nonfunc_fan_rotors",
- "count": 2,
- "service_mode_delay": 300,
- "meltdown_delay": 300
- }
- ]
- }
-}