Logoj0ke.net Open Build Service > Projects > server:monitoring > check_openmanage > Changes
Sign Up | Log In

Changes of Revision 23

[-] Changed check_openmanage.spec
x
 
1
@@ -1,6 +1,6 @@
2
 Summary:   A Nagios plugin to check hardware health on Dell servers
3
 Name:      check_openmanage
4
-Version:   3.6.7
5
+Version:   3.6.8
6
 Release:   1%{?dist}
7
 License:   GPL
8
 Group:     Applications/System
9
@@ -58,6 +58,30 @@
10
 %attr(0755, root, root) %{_mandir}/man8/%{name}.8*
11
 
12
 %changelog
13
+* Tue Jun 07 2011 Carsten Schoene <cs@linux-administrator.com> - 3.6.8-1
14
+- update to version 3.6.8
15
+ - Added workaround for a rare condition in which blade detection fails because the chassis IDs for the blade
16
+   and interconnect board have switched places in the BaseBoardType SNMP table.
17
+
18
+- changes in version 3.6.7
19
+ - A regression wrt. non-certified drives were fixed.
20
+   The plugin failed to identify non-certified physical drives via SNMP.
21
+ - Added the ability to blacklist non-certified drives with the 'pdisk_cert' blacklisting keyword.
22
+
23
+- changes in version 3.6.6
24
+ - Fixed typo in help output
25
+ - SD card check is now included if the parameter '--only chassis' is specified
26
+ - The plugin will issue a proper warning if a physical drive is uncertified,
27
+   instead of an unspecified warning. One or more uncertified drives will make
28
+   the controller go into a non-critical (warning) state.
29
+ - Slightly improved reporting of fan status
30
+ - Exit with value 3 (unknown) if printing debug, help or version info.
31
+   This is considered best practice for Nagios plugins.
32
+ - Workaround added for logical SAS connectors to external storage enclosures,
33
+   when using check_openmanage in local mode with OMSA 6.4.0 or later versions.
34
+   The output from omreport could contain lines that the plugin was unable to parse,
35
+   which would lead to internal errors.
36
+
37
 * Wed Feb 09 2011 Carsten Schoene <cs@linux-administrator.com> - 3.6.5-1
38
 - update to version 3.6.5
39
  - Fix counting of components when blacklisting is used. Components should be counted even if blacklisted
40
[+] Changed check_openmanage-3.6.8.tar.bz2/CHANGES ^
[+] Changed check_openmanage-3.6.8.tar.bz2/check_openmanage ^
Changed check_openmanage-3.6.8.tar.bz2/check_openmanage.exe ^
[+] Changed check_openmanage-3.6.8.tar.bz2/debian/changelog ^
[+] Changed check_openmanage-3.6.8.tar.bz2/nagios-plugins-check-openmanage.spec ^