summaryrefslogtreecommitdiff
path: root/meta-facebook/recipes-phosphor/sensors/phosphor-nvme/tiogapass/nvme_config.json
blob: fefa711cc0fcde9f488fc79a7e4a4cb1900cc90f (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
{
    "config": [
        {
            "NVMeDriveIndex": 0,
            "NVMeDriveBusID": 20
        },
        {
            "NVMeDriveIndex": 1,
            "NVMeDriveBusID": 21
        },
        {
            "NVMeDriveIndex": 4,
            "NVMeDriveBusID": 24
        },
        {
            "NVMeDriveIndex": 5,
            "NVMeDriveBusID": 25
        },
        {
            "NVMeDriveIndex": 6,
            "NVMeDriveBusID": 26
        },
        {
            "NVMeDriveIndex": 7,
            "NVMeDriveBusID": 27
        }
    ],
    "threshold": [
        {
            "criticalHigh": 75,
            "criticalLow": 0,
            "maxValue": 127,
            "minValue": -127
        }
    ]
}