]> 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 a473f93e0ae91e85deec0baaa0655d14a5fd2885..11bff7e9ca8cdab649329f8427eacbd12fcc050f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,100 @@
-3.7.0
+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
   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
-* The old PNP template for performance data is available in the
-  distribution as 'check_openmanage_legacy.php'
 * 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
 ------------------