blob: ff4cbdc54b84b945a2098a08cf7b3d87a5fdb049 [file] [log] [blame]
Konstantin Aladyshev7ba39772021-04-19 11:28:05 +03001{
2 "Exposes": [
3 {
4 "Index": 0,
5 "BindConnector": "P0 Fan connector",
6 "MaxReading": 6000,
7 "Name": "P0_Fan",
8 "Type": "AspeedFan",
9 "Pwm": 1,
10 "Tachs": [1],
11 "Thresholds": [
12 {
13 "Direction": "less than",
14 "Name": "lower critical",
15 "Severity": 1,
16 "Value": 0
17 },
18 {
19 "Direction": "less than",
20 "Name": "lower non critical",
21 "Severity": 0,
22 "Value": 10
23 },
24 {
25 "Direction": "greater than",
26 "Name": "upper critical",
27 "Severity": 1,
28 "Value": 10000
29 },
30 {
31 "Direction": "greater than",
32 "Name": "upper non critical",
33 "Severity": 0,
34 "Value": 8000
35 }
36 ]
37 },
38 {
39 "Index": 1,
40 "BindConnector": "P1 Fan connector",
41 "MaxReading": 6000,
42 "Name": "P1_Fan",
43 "Type": "AspeedFan",
44 "Pwm": 2,
45 "Tachs": [2],
46 "Thresholds": [
47 {
48 "Direction": "less than",
49 "Name": "lower critical",
50 "Severity": 1,
51 "Value": 0
52 },
53 {
54 "Direction": "less than",
55 "Name": "lower non critical",
56 "Severity": 0,
57 "Value": 10
58 },
59 {
60 "Direction": "greater than",
61 "Name": "upper critical",
62 "Severity": 1,
63 "Value": 10000
64 },
65 {
66 "Direction": "greater than",
67 "Name": "upper non critical",
68 "Severity": 0,
69 "Value": 8000
70 }
71 ]
72 }
73 ],
74 "Name": "AMD EthanolX Chassis",
75 "Probe": "FOUND('AMD EthanolX Baseboard')",
76 "Type": "Chassis"
77}