]> git.uio.no Git - check_openmanage.git/blobdiff - CHANGES
3.7.2
[check_openmanage.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 11bc7d718f2964acfcd0db909768342ee5719120..33c1a30c065ae7017642bd43ed8b5b273aaad540 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,122 @@
-3.6.1   2010-10-02
+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
+------------------
+
+* 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
+* 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
+------------------
+
+* Added more robustness wrt. values from OMSA obtained via SNMP, to
+  avoid internal errors where non-important values are missing.
+
+3.6.3   2010-12-13
+------------------
+
+* A few compatibility fixes for OMSA 6.4.0 were added.
+
+3.6.2   2010-11-25
+------------------
+
+* Added support for IPv6 when checking via SNMP. IPv6 can be turned on
+  with the option '-6' or '--ipv6'. The default is IPv4 if the option
+  is not present.
+* Added support for TCP when checking vis SNMP. The option '--tcp' can
+  be used to turn on TCP. The default transport protocol is UDP if the
+  option is not present.
+* The mode of operation (local or SNMP) is shown in the debug
+  output. If SNMP is used, the debug output will also show the SNMP
+  protocol version, IP version and transport protocol (UDP or TCP).
+* Amperage probe status via SNMP is of type "probe status", not
+  regular status. This has been fixed.
+* Massive overall robustness improvements to handle OMSA bugs where
+  some information from OMSA is missing.
+* Memory module enumeration via SNMP changed somewhat to reflect
+  enumeration provided by omreport. This ensures that the plugin's
+  output is identical in SNMP or local mode wrt. dimms IDs.
+* Fan enumeration via SNMP changed somewhat to reflect enumeration
+  provided by omreport. This ensures that the plugin's output is
+  identical in SNMP or local mode wrt. fan IDs.
+
+3.6.1   2010-11-02
 ------------------
 
 * Included new check for SD cards. Newer servers such as the R710 can