|
19 | 19 | "processor": { |
20 | 20 | "description": "Processor Status", |
21 | 21 | "oids": [ |
22 | | - { "oid": "processorDeviceStatus", "type": "status" } |
| 22 | + { "oid": "systemStateProcessorDeviceStatusCombined", "type": "status" } |
23 | 23 | ] |
24 | 24 | }, |
25 | 25 | "memory": { |
26 | 26 | "description": "Memory Status", |
27 | 27 | "oids": [ |
28 | | - { "oid": "memoryDeviceStatus", "type": "status" } |
| 28 | + { "oid": "systemStateMemoryDeviceStatusCombined", "type": "status" } |
29 | 29 | ] |
30 | 30 | }, |
31 | 31 | "physicalDisk": { |
|
49 | 49 | "cooling": { |
50 | 50 | "description": "Cooling Status", |
51 | 51 | "oids": [ |
52 | | - { "oid": "coolingUnitStatus", "type": "status" } |
| 52 | + { "oid": "systemStateCoolingDeviceStatusCombined", "type": "status" } |
53 | 53 | ] |
54 | 54 | }, |
55 | 55 | "temperature": { |
56 | 56 | "description": "Temperature Status", |
57 | 57 | "oids": [ |
58 | | - { "oid": "temperatureProbeStatus", "type": "status" } |
| 58 | + { "oid": "systemStateTemperatureStatusCombined", "type": "status" } |
59 | 59 | ] |
60 | 60 | }, |
61 | 61 | "powerSupply": { |
62 | 62 | "description": "Power Supply Status", |
63 | 63 | "oids": [ |
64 | | - { "oid": "powerSupplyStatus", "type": "status" } |
| 64 | + { "oid": "systemStatePowerSupplyStatusCombined", "type": "status" } |
65 | 65 | ] |
66 | 66 | }, |
67 | 67 | "battery": { |
68 | 68 | "description": "Battery Status", |
69 | 69 | "oids": [ |
70 | | - { "oid": "systemBatteryStatus", "type": "status" } |
| 70 | + { "oid": "systemStateBatteryStatusCombined", "type": "status" } |
71 | 71 | ] |
72 | 72 | } |
73 | 73 | } |
|
0 commit comments