blob: 3e130580b724a1b5a2f31d48c5c07cf8f0548bb6 [file] [log] [blame]
Jason M. Billsa32d8992018-11-02 13:18:40 -07001{
2 "@Redfish.Copyright": "Copyright 2018 Intel. All rights reserved.",
3 "@odata.type": "#MessageRegistry.v1_0_0.MessageRegistry",
4 "Id": "OpenBMC.0.1.0",
5 "Name": "OpenBMC Message Registry",
6 "Language": "en",
7 "Description": "This registry defines the base messages for OpenBMC",
8 "RegistryPrefix": "OpenBMC",
9 "RegistryVersion": "0.1.0",
10 "OwningEntity": "OpenBMC",
11 "Messages": {
12 "SensorThresholdCriticalLowGoingLow": {
13 "Description": "Indicates that a threshold sensor has crossed a critical low threshold going low.",
14 "Message": "%1 sensor crossed a critical low threshold going low. Reading=%2 Threshold=%3.",
15 "Severity": "Critical",
16 "NumberOfArgs": 3,
17 "ParamTypes": [
18 "string",
19 "number",
20 "number"
21 ],
22 "Resolution": "Check the sensor or subsystem for errors."
23 },
24 "SensorThresholdWarningLowGoingLow": {
25 "Description": "Indicates that a threshold sensor has crossed a warning low threshold going low.",
26 "Message": "%1 sensor crossed a warning low threshold going low. Reading=%2 Threshold=%3.",
27 "Severity": "Warning",
28 "NumberOfArgs": 3,
29 "ParamTypes": [
30 "string",
31 "number",
32 "number"
33 ],
34 "Resolution": "Check the sensor or subsystem for errors."
35 },
36 "SensorThresholdWarningHighGoingHigh": {
37 "Description": "Indicates that a threshold sensor has crossed a warning high threshold going high.",
38 "Message": "%1 sensor crossed a warning high threshold going high. Reading=%2 Threshold=%3.",
39 "Severity": "Warning",
40 "NumberOfArgs": 3,
41 "ParamTypes": [
42 "string",
43 "number",
44 "number"
45 ],
46 "Resolution": "Check the sensor or subsystem for errors."
47 },
48 "SensorThresholdCriticalHighGoingHigh": {
49 "Description": "Indicates that a threshold sensor has crossed a critical high threshold going high.",
50 "Message": "%1 sensor crossed a critical high threshold going high. Reading=%2 Threshold=%3.",
51 "Severity": "Critical",
52 "NumberOfArgs": 3,
53 "ParamTypes": [
54 "string",
55 "number",
56 "number"
57 ],
58 "Resolution": "Check the sensor or subsystem for errors."
59 },
60 "SensorThresholdCriticalLowGoingHigh": {
61 "Description": "Indicates that a threshold sensor has crossed a critical low threshold going high.",
62 "Message": "%1 sensor crossed a critical low threshold going high. Reading=%2 Threshold=%3.",
63 "Severity": "OK",
64 "NumberOfArgs": 3,
65 "ParamTypes": [
66 "string",
67 "number",
68 "number"
69 ],
70 "Resolution": "None."
71 },
72 "SensorThresholdWarningLowGoingHigh": {
73 "Description": "Indicates that a threshold sensor has crossed a warning low threshold going high.",
74 "Message": "%1 sensor crossed a warning low threshold going high. Reading=%2 Threshold=%3.",
75 "Severity": "OK",
76 "NumberOfArgs": 3,
77 "ParamTypes": [
78 "string",
79 "number",
80 "number"
81 ],
82 "Resolution": "None."
83 },
84 "SensorThresholdWarningHighGoingLow": {
85 "Description": "Indicates that a threshold sensor has crossed a warning high threshold going low.",
86 "Message": "%1 sensor crossed a warning high threshold going low. Reading=%2 Threshold=%3.",
87 "Severity": "OK",
88 "NumberOfArgs": 3,
89 "ParamTypes": [
90 "string",
91 "number",
92 "number"
93 ],
94 "Resolution": "None."
95 },
96 "SensorThresholdCriticalHighGoingLow": {
97 "Description": "Indicates that a threshold sensor has crossed a critical high threshold going low.",
98 "Message": "%1 sensor crossed a critical high threshold going low. Reading=%2 Threshold=%3.",
99 "Severity": "OK",
100 "NumberOfArgs": 3,
101 "ParamTypes": [
102 "string",
103 "number",
104 "number"
105 ],
106 "Resolution": "None."
Nikhil Potade9a99f652019-03-06 16:12:47 -0800107 },
108 "DCPowerOff": {
109 "Description": "Indicates that the system DC power is off.",
110 "Message": "Host system DC power is off",
111 "Severity": "OK",
112 "Resolution": "None."
113 },
114 "DCPowerOn": {
115 "Description": "Indicates that the system DC power is on.",
116 "Message": "Host system DC power is on",
117 "Severity": "OK",
118 "Resolution": "None."
Jason M. Billsa32d8992018-11-02 13:18:40 -0700119 }
120 }
121}