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

Changes of Revision 13

[-] 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.5.5
5
+Version:   3.5.6
6
 Release:   1%{?dist}
7
 License:   GPL
8
 Packager:  Trond Hasle Amundsen <t.h.amundsen@usit.uio.no>
9
@@ -59,6 +59,18 @@
10
 %attr(0755, root, root) %{_mandir}/man8/%{name}.8*
11
 
12
 %changelog
13
+* Tue Feb 23 2010 Carsten Schoene <cs@linux-administrator.com> - 3.5.6-1
14
+- update to version 3.5.6
15
+ - New option --use-get_table  is added as a workaround for SNMPv3 on Windows using net-snmp.
16
+   This option will make check_openmanage use the Net::SNMP function get_table() instead of get_entries() to collect information via SNMP.
17
+ - Include a blacklisting option ctrl_pdisk which takes the controller number as argument.
18
+   This blacklisting option only works with omreport and is a workaround for broken disk firmwares that contain illegal XML characters.
19
+   These characters makes openmanage barf and exit with an error. Thanks to Bas Couwenberg for a patch.
20
+ - If the blacklisting keyword "all" is supplied for a component type, that component type is not checked at all, i.e. the commands are never executed.
21
+   This will make check_openmanage execute faster if blacklisting is heavily used.
22
+ - Option --htmlinfo now has a shorter equivalent -I
23
+ - The option --short-state now has a shorter equivalent -S
24
+
25
 * Sat Jan 23 2010 Carsten Schoene <cs@linux-administrator.com> - 3.5.5-1
26
 - update to version 3.5.5
27
  - Fixed an SNMP bug where the plugin didn't handle OID indexes that were not sequential. Thanks to Gianluca Varenni for reporting.
28
Added check_openmanage-3.5.6.tar.gz ^