blob: ce69e200214fc670ac87027cfbdff5cf33e82212 [file] [log] [blame]
Matthew Barthb28c40c2020-11-23 17:25:33 -06001{
2 "fans": [
3 {
4 "inventory": "/system/chassis/motherboard/fan0",
5 "functional_delay": 5,
6 "allowed_out_of_range_time": 30,
7 "deviation": 15,
8 "num_sensors_nonfunc_for_fan_nonfunc": 1,
9 "sensors": [
10 {
11 "name": "fan0_0",
12 "has_target": true
13 }
14 ]
15 },
16 {
17 "inventory": "/system/chassis/motherboard/fan1",
18 "functional_delay": 5,
19 "allowed_out_of_range_time": 30,
20 "deviation": 15,
21 "num_sensors_nonfunc_for_fan_nonfunc": 1,
22 "sensors": [
23 {
24 "name": "fan1_0",
25 "has_target": true
26 }
27 ]
28 },
29 {
30 "inventory": "/system/chassis/motherboard/fan2",
31 "functional_delay": 5,
32 "allowed_out_of_range_time": 30,
33 "deviation": 15,
34 "num_sensors_nonfunc_for_fan_nonfunc": 1,
35 "sensors": [
36 {
37 "name": "fan2_0",
38 "has_target": true
39 }
40 ]
41 },
42 {
43 "inventory": "/system/chassis/motherboard/fan3",
44 "functional_delay": 5,
45 "allowed_out_of_range_time": 30,
46 "deviation": 15,
47 "num_sensors_nonfunc_for_fan_nonfunc": 1,
48 "sensors": [
49 {
50 "name": "fan3_0",
51 "has_target": true
52 }
53 ]
54 },
55 {
56 "inventory": "/system/chassis/motherboard/fan4",
57 "functional_delay": 5,
58 "allowed_out_of_range_time": 30,
59 "deviation": 15,
60 "num_sensors_nonfunc_for_fan_nonfunc": 1,
61 "sensors": [
62 {
63 "name": "fan4_0",
64 "has_target": true
65 }
66 ]
67 },
68 {
69 "inventory": "/system/chassis/motherboard/fan5",
70 "functional_delay": 5,
71 "allowed_out_of_range_time": 30,
72 "deviation": 15,
73 "num_sensors_nonfunc_for_fan_nonfunc": 1,
74 "sensors": [
75 {
76 "name": "fan5_0",
77 "has_target": true
78 }
79 ]
80 }
81 ]
82}