]> git.uio.no Git - check_openmanage.git/blobdiff - CHANGES
3.7.0
[check_openmanage.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index bb0e2bee333c3a9a0834d0a2eabe5375a309b54b..63420ca8e0f9c463b03cf239f17330d6fafef01b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,70 @@
+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
+* 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
+------------------
+
+* 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
 ------------------