blob: a6c7f3467828260457145a9c99470657ac7cf4ec [file] [log] [blame]
Potin Lai546d3752022-11-10 08:57:47 +08001[
2 {
3 "Exposes": [
4 {
5 "Address": "0x40",
6 "Bus": 10,
7 "Name": "FRONT_PANEL_TEMP",
8 "Name1": "FRONT_PANEL_HUMIDTY",
9 "Thresholds": [
10 {
11 "Direction": "greater than",
12 "Index": 1,
13 "Name": "upper critical",
14 "Severity": 1,
15 "Value": 40.0
16 },
17 {
Potin Laif71cffc2022-12-02 15:00:07 +080018 "Direction": "greater than",
19 "Index": 1,
20 "Name": "upper non critical",
21 "Severity": 0,
22 "Value": 39.0
23 },
24 {
25 "Direction": "less than",
26 "Index": 1,
27 "Name": "lower non critical",
28 "Severity": 0,
29 "Value": 1
30 },
31 {
Potin Lai546d3752022-11-10 08:57:47 +080032 "Direction": "less than",
33 "Index": 1,
34 "Name": "lower critical",
35 "Severity": 1,
36 "Value": 0
37 }
38 ],
39 "Type": "HDC1080"
40 }
41 ],
42 "Name": "Bletchley Front Panel Board",
43 "Probe": [
44 "FOUND('Bletchley Baseboard')",
45 "AND",
46 "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_HDC1080'})"
47 ],
48 "Type": "Board"
49 },
50 {
51 "Exposes": [
52 {
53 "Address": "0x40",
54 "Bus": 10,
55 "Name": "FRONT_PANEL_TEMP",
56 "Name1": "FRONT_PANEL_HUMIDTY",
57 "Thresholds": [
58 {
59 "Direction": "greater than",
60 "Index": 1,
61 "Name": "upper critical",
62 "Severity": 1,
63 "Value": 40.0
64 },
65 {
Potin Laif71cffc2022-12-02 15:00:07 +080066 "Direction": "greater than",
67 "Index": 1,
68 "Name": "upper non critical",
69 "Severity": 0,
70 "Value": 39.0
71 },
72 {
73 "Direction": "less than",
74 "Index": 1,
75 "Name": "lower non critical",
76 "Severity": 0,
77 "Value": 1
78 },
79 {
Potin Lai546d3752022-11-10 08:57:47 +080080 "Direction": "less than",
81 "Index": 1,
82 "Name": "lower critical",
83 "Severity": 1,
84 "Value": 0
85 }
86 ],
87 "Type": "SI7020"
88 }
89 ],
90 "Name": "Bletchley Front Panel Board",
91 "Probe": [
92 "FOUND('Bletchley Baseboard')",
93 "AND",
94 "xyz.openbmc_project.Inventory.Decorator.Asset({'Model': 'Bletchley_FPB_SI7021'})"
95 ],
96 "Type": "Board"
97 }
98]