blob: bc462ea58e923387e5a444cfb41f35c43966a88f [file] [log] [blame]
James Feist3cb5fec2018-01-23 14:41:51 -08001{
2 "exposes": [
3 {
4 "bind_connector": "4U System Fan connector 1",
5 "name": "Fan 1",
6 "thresholds": [
7 [
8 {
9 "direction": "less than",
10 "name": "lower critical",
11 "severity": 1,
12 "value": 1750
13 },
14 {
15 "direction": "less than",
16 "name": "lower non critical",
17 "severity": 0,
18 "value": 2000
19 }
20 ]
21 ],
22 "type": "AspeedFan"
23 },
24 {
25 "bind_connector": "4U System Fan connector 2",
26 "name": "Fan 2",
27 "thresholds": [
28 [
29 {
30 "direction": "less than",
31 "name": "lower critical",
32 "severity": 1,
33 "value": 1750
34 },
35 {
36 "direction": "less than",
37 "name": "lower non critical",
38 "severity": 0,
39 "value": 2000
40 }
41 ]
42 ],
43 "type": "AspeedFan"
44 },
45 {
46 "bind_connector": "4U System Fan connector 3",
47 "name": "Fan 3",
48 "thresholds": [
49 [
50 {
51 "direction": "less than",
52 "name": "lower critical",
53 "severity": 1,
54 "value": 1750
55 },
56 {
57 "direction": "less than",
58 "name": "lower non critical",
59 "severity": 0,
60 "value": 2000
61 }
62 ]
63 ],
64 "type": "AspeedFan"
65 },
66 {
67 "bind_connector": "4U System Fan connector 4",
68 "name": "Fan 4",
69 "thresholds": [
70 [
71 {
72 "direction": "less than",
73 "name": "lower critical",
74 "severity": 1,
75 "value": 1750
76 },
77 {
78 "direction": "less than",
79 "name": "lower non critical",
80 "severity": 0,
81 "value": 2000
82 }
83 ]
84 ],
85 "type": "AspeedFan"
86 },
87 {
88 "bind_connector": "4U System Fan connector 5",
89 "name": "Fan 5",
90 "thresholds": [
91 [
92 {
93 "direction": "less than",
94 "name": "lower critical",
95 "severity": 1,
96 "value": 1750
97 },
98 {
99 "direction": "less than",
100 "name": "lower non critical",
101 "severity": 0,
102 "value": 2000
103 }
104 ]
105 ],
106 "type": "AspeedFan"
107 },
108 {
109 "bind_connector": "4U System Fan connector 6",
110 "name": "Fan 6",
111 "thresholds": [
112 [
113 {
114 "direction": "less than",
115 "name": "lower critical",
116 "severity": 1,
117 "value": 1750
118 },
119 {
120 "direction": "less than",
121 "name": "lower non critical",
122 "severity": 0,
123 "value": 2000
124 }
125 ]
126 ],
127 "type": "AspeedFan"
128 }
129 ],
130 "name": "P4000 Chassis",
131 "probe": ["FOUND('STP Baseboard')", "AND", "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'FFPANEL'})"]
132}