Skip to content

Releases: bb-Ricardo/check_redfish

1.8.1: fixes sessionlock option

22 Oct 18:53
Compare
Choose a tag to compare

BugFix

  • fixes --sessionlock option in order to actually write a session lock file

1.8.0: Adds session lock option #132

13 Sep 20:52
Compare
Choose a tag to compare

Features:

  • added option --sessionlock which prevents multiple sessions and locks the session file when connecting (#132)

Bugfixes:

  • adds condition to check for internal error on HPE iLO5 #130

Documentation

  • enhances README in regards of iLO IML critical and warning #133

Thanks to @itsul for the contributions

1.7.3: improves reporting of storage components on newer iLO5 firmware

21 Jun 19:55
Compare
Choose a tag to compare
  • improves reporting of storage components on newer iLO5 firmware #128 #129
  • fixes issue with misbehaving iLO firmware for Storage response #129

1.7.2: sets physical drive predicted failure alarms to CRITICAL

28 Feb 14:07
Compare
Choose a tag to compare
  • sets physical drive predicted failure alarms to CRITICAL #126

1.7.1: add IP address prefix length to interface data and inventory output

14 Feb 09:12
Compare
Choose a tag to compare

Features:

  • adds IP address prefix length to interface data and inventory output #125

1.7.0: iLO 6 support and improved storage and network data handling

10 Jan 15:23
Compare
Choose a tag to compare

Features:

  • adds iLO6 support #116
  • return status data in a predictive order #115

Bugfixes:

  • fixes issue with with failed logout on --no-session option #119
  • fixes issue with parsing NVMe storage more then once #113
  • fixes issue with network information on iLO 6 interfaces #116

1.6.1: fixes issue with reading network port information

08 Sep 13:59
Compare
Choose a tag to compare

Bugfix:

  • fixes issue with alternative json object data for network ports and functions on SuperMicro systems #118

1.6.0: adds flap detection and a few bug fixes

07 Sep 19:47
Compare
Choose a tag to compare

Features:

  • adds flap detection for log entries #108

Bugfixes:

  • Fixes a bug where disabled power control would become CRITICAL #105
  • Fixes 'ALREADY IN INVENTORY' message in --nic #109
  • Fixes bug showing incorrect status when server is powered off #110
  • Fixes bug causing error when parsing certain network interface data #100
  • Fixes bug causing in mode --firmware which also checks --storage -> and returns request error #112
  • Fixes issue with deterring host name on different platforms #117

Some code has been refactored to simply internal interfaces.

1.5.0: adds security state for HPE ILO, fixes parsing of network ports

24 Feb 13:37
Compare
Choose a tag to compare

Features:

  • Adding iLO5 security state to manager data and new flag --enable_bmc_security_warning #95
  • Adds certain SSD drives for Fujitsu server with firmware issues
  • Adds support processor type GPU in inventory #101

Bugfixes:

  • Fixes issues with missing root objects #98
  • Fixes issue with wrong variable names in Icinga service example #92
  • Fixes issue with unavailable network port information #100
  • Fixes discovery of all NIC ports #102

Thanks to @SamuelePilleri and @zvfvrv for their contribution, this is highly appreciated.

1.4.1: fixes issues with not reused sessions in 1.4.0

16 May 07:11
Compare
Choose a tag to compare

Bugfixes

  • Fixes issue with not reused sessions #89