blob: 138480bbab562a64aa023ebe0c7467c9d682ae5f [file] [log] [blame]
Mustafa Shehabi09929ac2021-07-28 17:32:05 -05001[
2 {
3 "Exposes":
4 [
5 {
6 "Address":"$address",
7 "Bus":"$bus",
8 "Name":"MB FRU",
9 "Type":"EEPROM"
10 },
11 {
12 "Address":"0x48",
13 "Bus":42,
14 "Name":"Mobo_M2_ZONE_T",
15 "Thresholds":[
16 {
17 "Direction":"greater than",
18 "Name":"upper critical",
19 "Severity":1,
20 "Value":70
21 },
22 {
23 "Direction":"greater than",
24 "Name":"upper non critical",
25 "Severity":0,
26 "Value":60
27 }
28 ],
29 "Type":"TMP75"
30 },
31 {
32 "Address":"0x49",
33 "Bus":43,
34 "Name":"Mobo_BATT_ZONE_T",
35 "Thresholds":[
36 {
37 "Direction":"greater than",
38 "Name":"upper critical",
39 "Severity":1,
40 "Value":70
41 },
42 {
43 "Direction":"greater than",
44 "Name":"upper non critical",
45 "Severity":0,
46 "Value":60
47 }
48 ],
49 "Type":"TMP75"
50 },
51 {
52 "Address":"0x5c",
53 "Bus":20,
54 "Name":"Mobo_INLET1_T",
55 "Thresholds":[
56 {
57 "Direction":"greater than",
58 "Name":"upper critical",
59 "Severity":1,
60 "Value":46
61 },
62 {
63 "Direction":"greater than",
64 "Name":"upper non critical",
65 "Severity":0,
66 "Value":42
67 }
68 ],
69 "Type":"TMP75"
70 },
71 {
72 "Address":"0x5c",
73 "Bus":21,
74 "Name":"Mobo_OUTLET1_T",
75 "Thresholds":[
76 {
77 "Direction":"greater than",
78 "Name":"upper critical",
79 "Severity":1,
80 "Value":85
81 },
82 {
83 "Direction":"greater than",
84 "Name":"upper non critical",
85 "Severity":0,
86 "Value":80
87 }
88 ],
89 "Type":"TMP75"
90 },
91 {
92 "Address":"0x5c",
93 "Bus":22,
94 "Name":"Mobo_OUTLET2_T",
95 "Thresholds":[
96 {
97 "Direction":"greater than",
98 "Name":"upper critical",
99 "Severity":1,
100 "Value":85
101 },
102 {
103 "Direction":"greater than",
104 "Name":"upper non critical",
105 "Severity":0,
106 "Value":80
107 }
108 ],
109 "Type":"TMP75"
110 },
111 {
112 "Address":"0x5c",
113 "Bus":23,
114 "Name":"Mobo_OUTLET3_T",
115 "Thresholds":[
116 {
117 "Direction":"greater than",
118 "Name":"upper critical",
119 "Severity":1,
120 "Value":85
121 },
122 {
123 "Direction":"greater than",
124 "Name":"upper non critical",
125 "Severity":0,
126 "Value":80
127 }
128 ],
129 "Type":"TMP75"
130 },
131 {
132 "Address":"0x74",
133 "Bus":26,
134 "Name":"Mobo_STB_T",
135 "Labels":[
136 "temp1"
137 ],
138 "Name1":"Mobo_STB_T",
139 "MaxValue" : 255,
140 "Thresholds":[
141 {
142 "Direction":"greater than",
143 "Name":"upper critical",
144 "Label":"temp1",
145 "Severity":1,
146 "Value":105
147 },
148 {
149 "Direction":"greater than",
150 "Name":"upper non critical",
151 "Label":"temp1",
152 "Severity":0,
153 "Value":100
154 }
155 ],
156 "Type":"pmbus"
157 }
158 ],
159 "Name":"Kudo_Motherboard",
160 "Probe":"xyz.openbmc_project.FruDevice({'BOARD_PART_NUMBER': '1103638-*'})",
161 "Type":"Board",
162 "xyz.openbmc_project.Inventory.Decorator.Asset": {
163 "Manufacturer":"$BOARD_MANUFACTURER",
164 "Model":"$BOARD_PRODUCT_NAME",
165 "PartNumber":"$BOARD_PART_NUMBER",
166 "SerialNumber":"$BOARD_SERIAL_NUMBER"
167 }
168 }
169]