Releases: bb-Ricardo/check_redfish
Releases · bb-Ricardo/check_redfish
2.0.0: Adds '--ignore_unknown_on_critical_or_warning' cli option, breaks inventory
Breaking Changes:
- the word
chassihas been renamed tochassis, also in the inventory file and output.
This potentially breaks existing integrations which use the inventory model.
Features:
- adds new cli option
--ignore_unknown_on_critical_or_warningto ignore all 'UNKNOWN' errors if 'WARNING' or 'CRITICAL' issues are present #174 - adds support for HPE Compute Scale-up Server 3200, HPE Superdome Flex and BullSequana SH120 #168
Bugfixes:
1.12.1: fixes HPE iLO 5 not showing chassis data
Bugfixes:
- fixes regression for HPE iLO 5 servers witch don’t show any Thermal/Power data #173
1.12.0: adds power_control data to inventory
Features:
- adds a new 'power_control' item to the inventory #171
- adds further power control details for Fujitsu server
Bugfixes:
- fixes issue with HPE iLO6 systems and reported false positives during (re)start #170
- fixes regression with HPE server which have more then one chassis #169
Thanks to @nicolamos for the PR #172 and @iamjla for the extensive testing ❤️
1.11.3: fixes issues with HPE servers and multiple reported chassis
1.11.2: fixes issues with Dell Drives and power consumption reporting
1.11.1: fixes HPE iLO firmware issue and adds setup.py
1.11.0: Adds '--ignore_unavailable_resources' cli option
Features:
- adds new cli option
--ignore_unavailable_resourcesto ignore all 'UNKNOWN' errors which indicate missing resources and report as 'OK' #147
Bugfixes:
1.10.0: adds CPU utilisation output
Features:
- adds CPU utilisation output and performance data to
--procoutput (if available) (Dell and HPE only) #137
Bugfixes:
- fixes issue with "Media life left" wrongly reported for non SSD drives #149 #150
- the inventory file attributes are now statically typed (as they always should have been) see inventory.py
1.9.0: Improved physical drive reporting
Features:
- extend reported drive details on
--detailed#140
from:to:[CRITICAL]: Physical Drive NonRAID Solid State Disk 0:1:0 (Dell Ent NVMe CM6 MU 1.6TB / SSD / PCIe) 1599.74GiB status: CRITICAL [OK]: Physical Drive TOSHIBA KPM51MUG800G (0) (KPM51MUG800G / SSD / SAS) 800.17GiB status: OK [OK]: Physical Drive (2I:1:6) 240GB status: OK[CRITICAL]: Physical Drive NonRAID Solid State Disk 0:1:0 Failure predicted: True (Dell Ent NVMe CM6 MU 1.6TB, SSD, PCIe, Media life left: 100%, Status: Enabled) 1599.74GiB status: CRITICAL [OK]: Physical Drive TOSHIBA KPM51MUG800G (0) (KPM51MUG800G, SSD, SAS, Media life left: 100%, Status: Enabled, Hours on: 181) 800.17GiB status: OK [OK]: Physical Drive (2I:1:6, VK000240GWSRQ, SSD, SATA, Media life left: 89%, Status: Enabled, Hours on: 19415) 240.06GiB status: OK - add physical driver performance data (temp, power on hours, media lifetime left) #142
- add warning/critical if physical drive media life time gets below certain values #143
Bugfixes:
- fixes issue with reported memory status on detailed view if all modules reported OK but memory subsystem had an issue #141
- fixes issue with disabled drives on Cisco servers #144
Possible breaking changes
Using --warning and --critical values for --mel and --storage at the same time will cause issues as these apply to both checks.
Thanks to @HHerrgesell for the contributions
1.8.1: fixes sessionlock option
BugFix
- fixes
--sessionlockoption in order to actually write a session lock file