]> git.uio.no Git - check_openmanage.git/blobdiff - CHANGES
changelog for 3.7.8
[check_openmanage.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bb0e2bee333c3a9a0834d0a2eabe5375a309b54b..11bff7e9ca8cdab649329f8427eacbd12fcc050f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,164 @@
+3.7.8   2012-12-12
+------------------
+
+* Fixed a regression regarding un-certified physical disks in "Ready"
+  state (e.g. hot-spare) when using the blacklisting keyword
+  "pdisk_cert"
+* Added an option "--snmp-timeout" which allows setting the SNMP
+  object timeout for the Net::SNMP perl module
+
+3.7.7   2012-12-06
+------------------
+
+* Small fixes in PNP template
+* Fixed handling of functional but uncertified disks (Matthew Kent)
+* Fixed regression for pdisk cert on old hardware/OMSA
+* Reverse pdisk cert for OMSA 7.1.0 via SNMP, this works around an
+  OMSA SNMP bug
+* Shortened a lot of reporting messages to make things more consistent
+* Rewritten logic on reporting pdisks
+* RPM spec: Fix docbook pkg name for suse
+* Added new special case for controller batteries
+
+3.7.6   2012-06-28
+------------------
+
+* Support for PCI attached storage (new in OMSA 7.0.0) was added
+* Support was added for negative temperature readings and thresholds
+  from temp probes
+* Fix for physical disk check. If a disk was marked as predictive
+  failure, and also had other failure conditions of a more severe
+  nature, check_openmange only reported the predictive failure
+  state. This has been fixed so that the most severe failure takes
+  precedence.
+* The iDRAC6 and iDRAC7 controllers was identified via SNMP using
+  integer values that are not defined in the MIB. This resulted in
+  internal error warnings if the '-o' option was used. The plugin now
+  defines these integer identifiers even though they are undocumented
+  in the MIB.
+* The PNP template now contains comments which identifies which plugin
+  version it was built for.
+* The manual pages were revised and completely rewritten from perl POD
+  to Docbook XML format.
+
+3.7.5   2012-04-13
+------------------
+
+* A bug was fixed which could lead to perl warnings when either of the
+  options '--tempunit' or '--fahrenheit' was used.
+* A workaround was added for an SNMP bug in OMSA 7.0.0 related to the
+  "firmwareType" OID for iDRAC6 management cards.
+* A bug was fixed for a corner case where the temperature probe
+  readings for storage enclosures were empty. Previously, this could
+  produce perl warnings (internal errors).
+
+3.7.4   2012-03-29
+------------------
+
+* Allow "2c" to be specified as SNMP version via command line and
+  config file option. Patch from Oskar Liljeblad.
+* Corrected a typo for the '--config' command line option
+* Added check for 'servicetag', checks whether the servicetag is sane
+  (i.e. not empty, "unknown" or other bogus value). Thanks to Xavier
+  Bachelot for a patch.
+* fix warranty info link with '-I' or '--htmlinfo' option wrt. new
+  layout on support.dell.com
+
+3.7.3   2011-10-05
+------------------
+
+* If the option -I or --htmlinfo was used, the OK output would be
+  printed two times. This has been fixed so the OK output is now
+  correct for HTML output.
+* A bug was fixed for config file parsing, if the plugin was used in
+  local mode (i.e. no hostname specified). Reported by David Jones.
+* Distribution now includes an example configuration file, contributed
+  by Xavier Bachelot
+
+3.7.2   2011-09-19
+------------------
+
+* Added a new option '--hide-servicetag' to censor the servicetag in
+  the plugin output. A corresponding config file option
+  'output_hide_servicetag' was created. Thanks to Sebastian Ahndorf
+  for a patch.
+* SNMP: Fixed bug in amperage probes perfdata output when one or more
+  PSUs has lost power, which could cause garbled graphs.
+
+3.7.1   2011-08-22
+------------------
+
+* Added new blacklisting keyword 'pdisk_foreign' to suppress warnings
+  about foreign physical disks
+* SNMP: Get the controller number right when reporting issues with the
+  controller cache battery
+* Various minor tweaks and bugfixes in the PNP4Nagios template
+
+3.7.0   2011-08-15
+------------------
+
+* Major overhaul of the perfdata code. This includes API breakage and
+  fixes the following:
+  - Probes were not sorted correctly
+  - Voltage data was not included
+* The PNP template check_openmanage.php has been redone to work with
+  the changes in perfdata output from the plugin
+* A new option '--legacy-perfdata' will make the the plugin output the
+  performance data in the old format
+* Added support for a configuration file
+* Added manual page for the configuration file
+* If using html output, URLs will now open in a new window
+* Added a compatibility fix for OMSA 6.5.0, related to performance
+  data for amperage probes when the plugin is used in local
+  mode. Thanks to Benedikt Meyer for a patch.
+
+3.6.8   2011-06-07
+------------------
+
+* Added workaround for a rare condition in which blade detection fails
+  because the chassis IDs for the blade and interconnect board have
+  switched places in the BaseBoardType SNMP table.
+
+3.6.7   2011-05-12
+------------------
+
+* A regression wrt. non-certified drives were fixed. The plugin failed
+  to identify non-certified physical drives via SNMP.
+* Added the ability to blacklist non-certified drives with the
+  'pdisk_cert' blacklisting keyword.
+
+3.6.6   2011-04-28
+------------------
+
+* Fixed typo in help output
+* SD card check is now included if the parameter '--only chassis' is
+  specified
+* The plugin will issue a proper warning if a physical drive is
+  uncertified, instead of an unspecified warning. One or more
+  uncertified drives will make the controller go into a non-critical
+  (warning) state.
+* Slightly improved reporting of fan status
+* Exit with value 3 (unknown) if printing debug, help or version
+  info. This is considered best practice for Nagios plugins.
+* Workaround added for logical SAS connectors to external storage
+  enclosures, when using check_openmanage in local mode with OMSA
+  6.4.0 or later versions. The output from omreport could contain
+  lines that the plugin was unable to parse, which would lead to
+  internal errors.
+
+3.6.5   2011-02-09
+------------------
+
+* Fix counting of components when blacklisting is used. Components
+  should be counted even if blacklisted
+* Added some unsupported vdisk types to the list. The OMSA MIB
+  identifies these, but lists them as unsupported.
+* Added option '-B' or '--show-blacklist' to show any blacklistings in
+  the OK output
+* Fixed a bug for checking voltage probes, if the reading is missing
+  via SNMP.
+* Fixed a regression bug for a power monitoring corner case.
+
 3.6.4   2011-01-04
 ------------------