Skip to content

Commit 1eb9a8f

Browse files
committed
bumps version to 1.12.0
1 parent 1b9c2a5 commit 1eb9a8f

2 files changed

Lines changed: 22 additions & 5 deletions

File tree

README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ It will also create a inventory of all components of a system.
7070
7171
R.I.P. IPMI
7272
73-
Version: 1.11.3 (2025-07-23)
73+
Version: 1.12.0 (2025-07-30)
7474
7575
mandatory 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
}

check_redfish.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
R.I.P. IPMI
1717
"""
1818

19-
__version__ = "1.11.3"
20-
__version_date__ = "2025-07-23"
19+
__version__ = "1.12.0"
20+
__version_date__ = "2025-07-30"
2121
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2222
__description__ = "Check Redfish Plugin"
2323
__license__ = "MIT"

0 commit comments

Comments
 (0)