blob: feda64638d58e661ad903a2f30d89b551356bf06 [file] [log] [blame]
Matt Spinler480c9f92017-09-28 13:40:26 -05001fans:
Matt Spinlerb2a0c492017-05-01 13:06:53 -05002 - inventory: /system/chassis/motherboard/fan0
Matthew Barthea7572a2018-02-20 16:09:49 -06003 functional_delay: 5
Matthew Bartha5e08912017-11-20 13:29:33 -06004 allowed_out_of_range_time: 30
Matt Spinlerb2a0c492017-05-01 13:06:53 -05005 deviation: 15
6 num_sensors_nonfunc_for_fan_nonfunc: 1
7 sensors:
Brad Bishop49680a32017-07-10 23:28:11 -04008 - name: fan0_0
Matt Spinlerb2a0c492017-05-01 13:06:53 -05009 has_target: true
Brad Bishop5c21a722017-07-10 23:49:41 -040010 - name: fan0_1
11 has_target: false
Matt Spinlerb2a0c492017-05-01 13:06:53 -050012
13 - inventory: /system/chassis/motherboard/fan1
Matthew Barthea7572a2018-02-20 16:09:49 -060014 functional_delay: 5
Matthew Bartha5e08912017-11-20 13:29:33 -060015 allowed_out_of_range_time: 30
Matt Spinlerb2a0c492017-05-01 13:06:53 -050016 deviation: 15
17 num_sensors_nonfunc_for_fan_nonfunc: 1
18 sensors:
Brad Bishop49680a32017-07-10 23:28:11 -040019 - name: fan1_0
Matt Spinlerb2a0c492017-05-01 13:06:53 -050020 has_target: true
Brad Bishop5c21a722017-07-10 23:49:41 -040021 - name: fan1_1
22 has_target: false
Matt Spinlerb2a0c492017-05-01 13:06:53 -050023
24 - inventory: /system/chassis/motherboard/fan2
Matthew Barthea7572a2018-02-20 16:09:49 -060025 functional_delay: 5
Matthew Bartha5e08912017-11-20 13:29:33 -060026 allowed_out_of_range_time: 30
Matt Spinlerb2a0c492017-05-01 13:06:53 -050027 deviation: 15
28 num_sensors_nonfunc_for_fan_nonfunc: 1
29 sensors:
Brad Bishop49680a32017-07-10 23:28:11 -040030 - name: fan2_0
Matt Spinlerb2a0c492017-05-01 13:06:53 -050031 has_target: true
Brad Bishop5c21a722017-07-10 23:49:41 -040032 - name: fan2_1
33 has_target: false
Matt Spinlerb2a0c492017-05-01 13:06:53 -050034
35 - inventory: /system/chassis/motherboard/fan3
Matthew Barthea7572a2018-02-20 16:09:49 -060036 functional_delay: 5
Matthew Bartha5e08912017-11-20 13:29:33 -060037 allowed_out_of_range_time: 30
Matt Spinlerb2a0c492017-05-01 13:06:53 -050038 deviation: 15
39 num_sensors_nonfunc_for_fan_nonfunc: 1
40 sensors:
Brad Bishop49680a32017-07-10 23:28:11 -040041 - name: fan3_0
Matthew Barthcd2ffef2017-07-06 14:10:32 -050042 has_target: true
Brad Bishop5c21a722017-07-10 23:49:41 -040043 - name: fan3_1
44 has_target: false
Matt Spinler480c9f92017-09-28 13:40:26 -050045
46sensor_trust_groups:
47 - class: NonzeroSpeed
Matthew Barthea7572a2018-02-20 16:09:49 -060048 group:
49 # Include all _1 fans to determine trust
Matt Spinler480c9f92017-09-28 13:40:26 -050050 - name: fan0_1
51 - name: fan1_1
52 - name: fan2_1
53 - name: fan3_1
Matthew Barthea7572a2018-02-20 16:09:49 -060054 # Add all _0 fans to be included in trust result effects,
55 # but not in determining trust
56 - name: fan0_0
57 in_trust: false
58 - name: fan1_0
59 in_trust: false
60 - name: fan2_0
61 in_trust: false
62 - name: fan3_0
63 in_trust: false