]> git.uio.no Git - check_openmanage.git/blobdiff - CHANGES
3.7.0
[check_openmanage.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6ac507f78d1014b40e5984c88ed3553f4818f3f9..63420ca8e0f9c463b03cf239f17330d6fafef01b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,19 +1,56 @@
-3.7.0
+3.7.0   2011-08-15
 ------------------
 
-* Fixed typo in help output
 * 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
-* SD card check is now included if '--only chassis' is specified
-* The plugin will give a warning if a physical drive is uncertified
-* Slightly improved reporting of fan status
-* Exit with value 3 (unknown) if printing help or version info. This
-  is best practice for Nagios plugins.
+* 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
+------------------
+
+* 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
 ------------------