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

Changes of Revision 19

[-] 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.1
5
+Version:   3.6.2
6
 Release:   1%{?dist}
7
 License:   GPL
8
 Group:     Applications/System
9
@@ -58,6 +58,21 @@
10
 %attr(0755, root, root) %{_mandir}/man8/%{name}.8*
11
 
12
 %changelog
13
+* Thu Nov 25 2010 Carsten Schoene <cs@linux-administrator.com> - 3.6.2-1
14
+- update to version 3.6.2
15
+ - Added support for IPv6 when checking via SNMP. IPv6 can be turned on with the option -6 or --ipv6.
16
+   The default is IPv4 if the option is not present.
17
+ - Added support for TCP when checking vis SNMP. The option --tcp can be used to turn on TCP.
18
+   The default transport protocol is UDP if the option is not present.
19
+ - The mode of operation (local or SNMP) is shown in the debug output. If SNMP is used,
20
+   the debug output will also show the SNMP protocol version, IP version and transport protocol (UDP or TCP).
21
+ - Amperage probe status via SNMP is of type "probe status", not regular status. This has been fixed.
22
+ - Massive overall robustness improvements to handle OMSA bugs where some information from OMSA is missing.
23
+ - Memory module enumeration via SNMP changed somewhat to reflect enumeration provided by omreport.
24
+   This ensures that the plugin's output is identical in SNMP or local mode wrt. dimms IDs.
25
+ - Fan enumeration via SNMP changed somewhat to reflect enumeration provided by omreport.
26
+   This ensures that the plugin's output is identical in SNMP or local mode wrt. fan IDs.
27
+
28
 * Tue Nov 02 2010 Carsten Schoene <cs@linux-administrator.com> - 3.6.1-1
29
 - update to version 3.6.1
30
  - Minor feature enhancements, Minor bugfixes
31
@@ -65,7 +80,8 @@
32
    The SD card check is on by default. A new blacklisting keyword "sd" has been added. The SD card check can be turned off with "--check sdcard=0".
33
  - Handle special cases where power monitoring capability is disabled due to non-redundant and/or non-instrumented power supplies.
34
  - For physical disks probed via SNMP, check that values for vendor, product ID and capacity is available before attempting to display those values.
35
- - If a physical disk is in sufficiently bad condition, the vendor field reported by OMSA may be empty. The plugin now handles this situation without throwing an internal error.
36
+ - If a physical disk is in sufficiently bad condition, the vendor field reported by OMSA may be empty.
37
+   The plugin now handles this situation without throwing an internal error.
38
 
39
 * Tue Aug 31 2010 Carsten Schoene <cs@linux-administrator.com> - 3.6.0-1
40
 - update to version 3.6.0
41
Deleted check_openmanage-3.5.4.tar.gz ^
Deleted check_openmanage-3.5.5.tar.gz ^
Deleted check_openmanage-3.5.6.tar.gz ^
Deleted check_openmanage-3.5.7.tar.gz ^
Deleted check_openmanage-3.5.9.tar.gz ^
[+] Changed check_openmanage-3.6.2.tar.gz/CHANGES ^
[+] Changed check_openmanage-3.6.2.tar.gz/check_openmanage ^
[+] Changed check_openmanage-3.6.2.tar.gz/check_openmanage.8 ^
Changed check_openmanage-3.6.2.tar.gz/check_openmanage.exe ^
[+] Changed check_openmanage-3.6.2.tar.gz/check_openmanage.pod ^
[+] Changed check_openmanage-3.6.2.tar.gz/check_openmanage.spec ^