@@ -71,7 +71,7 @@ It will also create a inventory of all components of a system.
7171
7272R.I.P. IPMI
7373
74- Version: 1.12.1 (2025-08-07 )
74+ Version: 2.0.0 (2025-10-15 )
7575
7676mandatory arguments:
7777 -H HOST, --host HOST define the host to request. To change the port just
@@ -235,6 +235,11 @@ WARNING and CRITICAL values can only be used properly if used with **ONE** query
235235If for example ** --all** or ** --mel** and ** --storage** are used in the same command then you will
236236get inconsistent results/alarms.
237237
238+ Sometimes it is helpful to prioritize CRITICAL and WARNING status over UNKNOWN status results.
239+ In this case it is possible to use the ` --ignore_unknown_on_critical_or_warning ` cli option
240+ which returns for example ` CRITICAL ` if the plugin encountered an ` UNKNONW ` and a ` CRITICAL ` issue.
241+ see: https://github.com/bb-Ricardo/check_redfish/issues/174
242+
238243#### Event Logs
239244** --mel** and ** --sel** (values are passed as "days")<br >
240245define after how many days' event log entries which have a != OK severity shouldn't
@@ -410,8 +415,8 @@ suggestions for changes/improvements then please create a GitHub issue.
410415 "host_that_collected_inventory" : " inventory-collector.example.com" ,
411416 "inventory_id" : null ,
412417 "inventory_name" : null ,
413- "inventory_layout_version" : " 1.12 .0" ,
414- "script_version" : " 1.12 .0" ,
418+ "inventory_layout_version" : " 2.0 .0" ,
419+ "script_version" : " 2.0 .0" ,
415420 "start_of_data_collection" : " 2024-02-13T19:09:07+02:00"
416421 }
417422}
0 commit comments