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