Skip to content

Commit

Permalink
control:Bonnell: Increase deviation value (#45)
Browse files Browse the repository at this point in the history
Increase Bonnell's lower deviation setting from 18% to 22%.  This is
necessary because the lower end for the outlet rotors was raised by an
earlier commit that modified the factor and offset values so that a
different fan type can be supported.


Change-Id: Ie68e6f2a60109b566328ab2bac1cdeb029f255b2

Signed-off-by: Matt Spinler <[email protected]>
  • Loading branch information
spinler authored May 13, 2024
1 parent 83d654e commit 9660f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions monitor/config_files/p10bmc/ibm,bonnell/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"inventory": "/system/chassis/motherboard/fan0",
"method": "count",
"count_interval": 1,
"deviation": 18,
"deviation": 22,
"upper_deviation": 40,
"num_sensors_nonfunc_for_fan_nonfunc": 0,
"monitor_start_delay": 30,
Expand All @@ -30,7 +30,7 @@
"inventory": "/system/chassis/motherboard/fan1",
"method": "count",
"count_interval": 1,
"deviation": 18,
"deviation": 22,
"upper_deviation": 40,
"num_sensors_nonfunc_for_fan_nonfunc": 0,
"monitor_start_delay": 30,
Expand Down

0 comments on commit 9660f69

Please sign in to comment.