Skip to content

Releases: bb-Ricardo/check_redfish

2.1.1: Fixes issue with iDRAC 8 logins

15 Feb 11:27

Choose a tag to compare

Bugfixes:

  • fixes iDRAC 8 incompatible with latest version 2.1.0 #188

2.1.0: adds disk serial, iDRAC10 support, older SuperMicro support and ignores missing PS on Blade systems

14 Jan 21:37

Choose a tag to compare

Features:

  • adds HTTP redirect handling for Redfish session authentication #187 (@lausser)
  • adds disk serial number in storage output #186
  • automatically ignore missing power supplies on blade systems #185 (@HHerrgesell)
  • adds support for Dell iDRAC 10 systems #183

Possible breaking changes

  • minimum required redfish version is now 3.1.0

Thanks to @lausser and @HHerrgesell for the PRs and the testing ❤️

2.0.0: Adds '--ignore_unknown_on_critical_or_warning' cli option, breaks inventory

15 Oct 21:29

Choose a tag to compare

Breaking Changes:

  • the word chassi has been renamed to chassis, 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_warning to 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:

  • fixes issue with 'UNKNOWN' status on storage check with powered off HPE systems without storage controllers #170
  • fixes status_text for faulty dimms and memory summary #179

1.12.1: fixes HPE iLO 5 not showing chassis data

07 Aug 21:11
ada335d

Choose a tag to compare

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

30 Jul 13:17

Choose a tag to compare

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

23 Jul 20:34

Choose a tag to compare

Bugfixes:

  • fixes issue wrongly requested Power and Thermal data for HPE servers with Disk Enclosures #156
  • fixes regression for non HPE servers with multiple chassis #168

1.11.2: fixes issues with Dell Drives and power consumption reporting

23 Jun 18:57

Choose a tag to compare

Bugfixes:

  • mitigates issue with unsupported Dell Drives #165
  • adds missing power control data #163

1.11.1: fixes HPE iLO firmware issue and adds setup.py

24 May 08:13

Choose a tag to compare

Bugfixes:

  • fixes issue with HPE iLO 4 storage firmware for wrongly reporting SSD media lifetime #161
  • fixes issue with wrongly reported GPUs #157

Enhancements

  • adds setup.py variant, extend readme with example installation #159 (@skupfer)

thanks to @skupfer for the contribution

1.11.0: Adds '--ignore_unavailable_resources' cli option

21 Feb 11:23

Choose a tag to compare

Features:

  • adds new cli option --ignore_unavailable_resources to ignore all 'UNKNOWN' errors which indicate missing resources and report as 'OK' #147

Bugfixes:

  • fixes issue ASUS power supplies not reported correctly #154
  • fixes issue with Cisco firmware report for Absent physical drives #131
  • fixes issue with iDRAC expand string #151
  • fixes issue with deprecation warnings for regex syntax for newer python versions #151

1.10.0: adds CPU utilisation output

17 Jan 17:13

Choose a tag to compare

Features:

  • adds CPU utilisation output and performance data to --proc output (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