File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ This is a monitoring/inventory plugin to check components and
6969health status of systems which support Redfish.
7070It will also create a inventory of all components of a system.
7171
72- Version: 2.1.0 (2026-01-14 )
72+ Version: 2.1.1 (2026-02-15 )
7373
7474mandatory arguments:
7575 -H HOST, --host HOST define the host to request. To change the port just
Original file line number Diff line number Diff line change 1414It will also create a inventory of all components of a system.
1515"""
1616
17- __version__ = "2.1.0 "
18- __version_date__ = "2026-01-14 "
17+ __version__ = "2.1.1 "
18+ __version_date__ = "2026-02-15 "
1919__author__ = "Ricardo Bartels <ricardo@bitchbrothers.com>"
2020__description__ = "Check Redfish Plugin"
2121__license__ = "MIT"
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'check_redfish' ,
5- version = '2.1.0 ' ,
5+ version = '2.1.1 ' ,
66 author = 'bb-Ricardo' ,
77 author_email = 'ricardo@bitchbrothers.com' ,
88 description = 'A monitoring/inventory plugin to check components and health status of systems which support Redfish.' ,
You can’t perform that action at this time.
0 commit comments