]> 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 773e3537062ea8ed8568c9d71b4bf13a47f2913b..11bff7e9ca8cdab649329f8427eacbd12fcc050f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,58 @@
-3.7.4   
+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
@@ -7,7 +61,8 @@
 * 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
 ------------------