@@ -70,7 +70,7 @@ It will also create a inventory of all components of a system.
7070
7171R.I.P. IPMI
7272
73- Version: 1.11.3 (2025-07-23 )
73+ Version: 1.12.0 (2025-07-30 )
7474
7575mandatory arguments:
7676 -H HOST, --host HOST define the host to request. To change the port just
@@ -337,13 +337,30 @@ suggestions for changes/improvements then please create a GitHub issue.
337337 "network_adapter": [],
338338 "network_port": [],
339339 "physical_drive": [],
340+ "power_control": [
341+ {
342+ "chassi_ids": [
343+ "1"
344+ ],
345+ "health_state": null,
346+ "health_status": null,
347+ "id": "1.0.1",
348+ "name": "Power Control",
349+ "power_allocated_watts": null,
350+ "power_available_watts": null,
351+ "power_capacity_watts": 1000,
352+ "power_consumed_watts": 209,
353+ "power_requested_watts": null
354+ }
355+ ],
340356 "power_supply": [
341357 {
342358 "bay": 1,
343359 "capacity_in_watt": 500,
344360 "chassi_ids": [
345361 1
346362 ],
363+ "efficiency_percent": null,
347364 "firmware": "1.03",
348365 "health_status": "OK",
349366 "id": "0",
@@ -389,8 +406,8 @@ suggestions for changes/improvements then please create a GitHub issue.
389406 "host_that_collected_inventory": "inventory-collector.example.com",
390407 "inventory_id": null,
391408 "inventory_name": null,
392- "inventory_layout_version": "1.7 .0",
393- "script_version": "1.7.1 ",
409+ "inventory_layout_version": "1.12 .0",
410+ "script_version": "1.12.0 ",
394411 "start_of_data_collection": "2024-02-13T19:09:07+02:00"
395412 }
396413}
0 commit comments