]> git.uio.no Git - check_openmanage.git/blobdiff - CHANGES
3.7.2
[check_openmanage.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 1c00c075347dffd23f5505f0f69aeee9b3eff608..33c1a30c065ae7017642bd43ed8b5b273aaad540 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,17 +1,73 @@
-3.7.0
+3.7.2   2011-09-18
+------------------
+
+* 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
 ------------------
 
-* 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
+* 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.
 
-* TODO: Uncerfified physical drives makes non-critical status
+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
 ------------------