Skip to content

Commit a63c215

Browse files
committed
bumps version to 1.11.1
1 parent c428bf1 commit a63c215

3 files changed

Lines changed: 13 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ __pycache__
22
.idea
33
.DS_Store
44
venv
5+
.venv*
56
*.egg-info/
67
build/

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ It will also create a inventory of all components of a system.
7070
7171
R.I.P. IPMI
7272
73-
Version: 1.11.0 (2025-02-21)
73+
Version: 1.11.1 (2025-05-24)
7474
7575
mandatory arguments:
76-
-H, --host HOST define the host to request. To change the port just
76+
-H HOST, --host HOST define the host to request. To change the port just
7777
add ':portnumber' to this parameter
7878
7979
authentication arguments:
80-
-u, --username USERNAME
80+
-u USERNAME, --username USERNAME
8181
the login user name
82-
-p, --password PASSWORD
82+
-p PASSWORD, --password PASSWORD
8383
the login password
84-
-f, --authfile AUTHFILE
84+
-f AUTHFILE, --authfile AUTHFILE
8585
authentication file with user name and password
8686
--sessionfile SESSIONFILE
8787
define name of session file
@@ -94,18 +94,18 @@ authentication arguments:
9494
9595
optional arguments:
9696
-h, --help show this help message and exit
97-
-w, --warning WARNING
97+
-w WARNING, --warning WARNING
9898
set warning value
99-
-c, --critical CRITICAL
99+
-c CRITICAL, --critical CRITICAL
100100
set critical value
101101
-v, --verbose this will add all https requests and responses to
102102
output, also adds inventory source data to all
103103
inventory objects
104104
-d, --detailed always print detailed result
105-
-m, --max MAX set maximum of returned items for --sel or --mel
106-
-r, --retries RETRIES
105+
-m MAX, --max MAX set maximum of returned items for --sel or --mel
106+
-r RETRIES, --retries RETRIES
107107
set number of maximum retries (default: 3)
108-
-t, --timeout TIMEOUT
108+
-t TIMEOUT, --timeout TIMEOUT
109109
set number of request timeout per try/retry (default:
110110
7)
111111
--log_exclude LOG_EXCLUDE

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.0"
20-
__version_date__ = "2025-02-21"
19+
__version__ = "1.11.1"
20+
__version_date__ = "2025-05-24"
2121
__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2222
__description__ = "Check Redfish Plugin"
2323
__license__ = "MIT"

0 commit comments

Comments
 (0)