mirror of
https://github.com/thomas-krenn/check_lsi_raid.git
synced 2026-02-21 19:28:45 +01:00
* Minor fix: uninitialized variables for bbu=0 * Typo fix: "other error count" instead of "media error count" * Output STATUS variable for nagios performance data processing * Add commandline options to define warning threshold for media errors, other errors, predictive fail count and shield count * Set state to critical for non-optimal virtual/logical disks Signed-off-by: Georg Schönberger <gschoenberger@thomas-krenn.com>
21 lines
946 B
Plaintext
21 lines
946 B
Plaintext
###############################################################################
|
|
Changelog for check_lsi_raid, a Nagios/Icinga plugin to check LSI RAID
|
|
controllers
|
|
###############################################################################
|
|
|
|
Version 1.1 20131119 (Jonas Meurer <jmeurer@inet.de>)
|
|
* Minor fix: uninitialized variables for bbu=0
|
|
* Typo fix: "other error count" instead of "media error count"
|
|
* Output STATUS variable for nagios performance data processing
|
|
* Add commandline options to define warning threshold for media errors, other
|
|
errors, predictive fail count and shield count
|
|
* Set state to critical for non-optimal virtual/logical disks
|
|
|
|
Version 1.0 20131028
|
|
* First stable release. Improved testing with reading output from simple text
|
|
files.
|
|
* Check status of BBU and CacheVault
|
|
* Fix storcli path checking
|
|
* Fix rebuild progress for physical devices
|
|
* Fix temperature check for a real integer
|