Skip to content

Commit ce0b65d

Browse files
author
Carl Chang
authored
Update config_basic.json
1 parent 57c3efa commit ce0b65d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config_basic.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"processor": {
2020
"description": "Processor Status",
2121
"oids": [
22-
{ "oid": "processorDeviceStatus", "type": "status" }
22+
{ "oid": "systemStateProcessorDeviceStatusCombined", "type": "status" }
2323
]
2424
},
2525
"memory": {
2626
"description": "Memory Status",
2727
"oids": [
28-
{ "oid": "memoryDeviceStatus", "type": "status" }
28+
{ "oid": "systemStateMemoryDeviceStatusCombined", "type": "status" }
2929
]
3030
},
3131
"physicalDisk": {
@@ -49,25 +49,25 @@
4949
"cooling": {
5050
"description": "Cooling Status",
5151
"oids": [
52-
{ "oid": "coolingUnitStatus", "type": "status" }
52+
{ "oid": "systemStateCoolingDeviceStatusCombined", "type": "status" }
5353
]
5454
},
5555
"temperature": {
5656
"description": "Temperature Status",
5757
"oids": [
58-
{ "oid": "temperatureProbeStatus", "type": "status" }
58+
{ "oid": "systemStateTemperatureStatusCombined", "type": "status" }
5959
]
6060
},
6161
"powerSupply": {
6262
"description": "Power Supply Status",
6363
"oids": [
64-
{ "oid": "powerSupplyStatus", "type": "status" }
64+
{ "oid": "systemStatePowerSupplyStatusCombined", "type": "status" }
6565
]
6666
},
6767
"battery": {
6868
"description": "Battery Status",
6969
"oids": [
70-
{ "oid": "systemBatteryStatus", "type": "status" }
70+
{ "oid": "systemStateBatteryStatusCombined", "type": "status" }
7171
]
7272
}
7373
}

0 commit comments

Comments
 (0)