Releases: bb-Ricardo/check_redfish
Releases · bb-Ricardo/check_redfish
1.8.1: fixes sessionlock option
BugFix
- fixes
--sessionlock
option in order to actually write a session lock file
1.8.0: Adds session lock option #132
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
1.7.2: sets physical drive predicted failure alarms to CRITICAL
- sets physical drive predicted failure alarms to CRITICAL #126
1.7.1: add IP address prefix length to interface data and inventory output
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
1.6.1: fixes issue with reading network port information
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
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
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
Bugfixes
- Fixes issue with not reused sessions #89