blob: 533985e962fc363b1b155cafe96ee2264004a141 [file] [log] [blame]
James Feist3cb5fec2018-01-23 14:41:51 -08001[
2 {
3 "exposes": [
4 {
5 "address": "0x48",
6 "bus": "$bus",
7 "name": "Riser 1 Temp",
8 "thresholds": [
James Feist1b2e2242018-01-30 13:45:19 -08009 {
10 "direction": "greater than",
11 "name": "upper critical",
12 "severity": 1,
13 "value": 80
14 },
15 {
16 "direction": "greater than",
17 "name": "upper non critical",
18 "severity": 0,
19 "value": 75
20 },
21 {
22 "direction": "less than",
23 "name": "lower non critical",
24 "severity": 0,
25 "value": 5
26 },
27 {
28 "direction": "less than",
29 "name": "lower critical",
30 "severity": 1,
31 "value": 0
32 }
James Feist3cb5fec2018-01-23 14:41:51 -080033 ],
34 "type": "TMP75"
35 },
36 {
James Feist37f4aba2018-02-13 10:53:00 -080037 "address": "0x72",
38 "bus": "$bus",
39 "name": "Riser 1 Mux",
40 "type": "SMBusMux"
41 },
42 {
James Feist3cb5fec2018-01-23 14:41:51 -080043 "address": "$address",
44 "bus": "$bus",
45 "name": "Riser 1 Fru",
46 "type": "IntelFruDevice"
47 }
48 ],
49 "name": "1Ux16 Riser 1",
50 "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F1UL16RISER\\d', 'ADDRESS' : '0x50'})"
51 },
52 {
53 "exposes": [
54 {
55 "address": "0x49",
56 "bus": "$bus",
57 "name": "Riser 2 Temp",
58 "thresholds": [
James Feist1b2e2242018-01-30 13:45:19 -080059 {
60 "direction": "greater than",
61 "name": "upper critical",
62 "severity": 1,
63 "value": 80
64 },
65 {
66 "direction": "greater than",
67 "name": "upper non critical",
68 "severity": 0,
69 "value": 75
70 },
71 {
72 "direction": "less than",
73 "name": "lower non critical",
74 "severity": 0,
75 "value": 5
76 },
77 {
78 "direction": "less than",
79 "name": "lower critical",
80 "severity": 1,
81 "value": 0
82 }
James Feist3cb5fec2018-01-23 14:41:51 -080083 ],
84 "type": "TMP75"
85 },
86 {
James Feist37f4aba2018-02-13 10:53:00 -080087 "address": "0x73",
88 "bus": "$bus",
89 "name": "Riser 2 Mux",
90 "type": "SMBusMux"
91 },
92 {
James Feist3cb5fec2018-01-23 14:41:51 -080093 "address": "$address",
94 "bus": "$bus",
95 "name": "Riser 2 Fru",
96 "type": "IntelFruDevice"
97 }
98 ],
99 "name": "1Ux16 Riser 2",
100 "probe": "xyz.openbmc_project.FruDevice({'BOARD_PRODUCT_NAME': 'F1UL16RISER\\d', 'ADDRESS' : '0x51'})"
101 }
James Feist1b2e2242018-01-30 13:45:19 -0800102]