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