]> git.uio.no Git - check_openmanage.git/commitdiff
release 3.7.12
authorTrond Hasle Amundsen <t.h.amundsen@usit.uio.no>
Mon, 28 Jul 2014 11:39:48 +0000 (13:39 +0200)
committerTrond Hasle Amundsen <t.h.amundsen@usit.uio.no>
Mon, 28 Jul 2014 11:39:48 +0000 (13:39 +0200)
CHANGES
bygge-debian.txt
check_openmanage
debian/changelog
nagios-plugins-openmanage.spec

diff --git a/CHANGES b/CHANGES
index 185be779eb1366b878ddbf04e6c7d2ca64f03178..8d6d3f12de71563a814a149f2892b7a5ac75547f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,11 @@
+3.7.12  2014-07-28
+------------------
+
+* Set failed pdisk as critical (override OMSA)
+* Fix for blacklisted un-certified pdisks with predictive failure
+  (patch from Maxime De Berraly)
+* Fix for pdisk in "Non-RAID" state (patch from Josh Elsasser)
+
 3.7.11  2013-08-06
 ------------------
 
index 9754660cca48e836564944c1162a7ad4fd813449..7a66e5b3dcbe77303b83c51be918fbd63d7c1099 100644 (file)
@@ -1,7 +1,7 @@
 # On a debian or ubuntu box
 
 # versjon
-VER=3.7.11
+VER=3.7.12
 
 # get ready
 wget http://folk.uio.no/trondham/software/files/check_openmanage-${VER}.tar.gz
index 81f0328887a406efe6e0c832c99f490babbe11e7..f452c5670ba73d6cdc8cc730587409f4a427989f 100755 (executable)
@@ -5,7 +5,7 @@
 # Monitor Dell server hardware status using Dell OpenManage Server
 # Administrator, either locally via NRPE, or remotely via SNMP.
 #
-# Copyright (C) 2008-2013 Trond H. Amundsen
+# Copyright (C) 2008-2014 Trond H. Amundsen
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@ $SIG{__WARN__} = sub { push @perl_warnings, [@_]; };
 
 # Version and similar info
 $NAME    = 'check_openmanage';
-$VERSION = '3.7.12-b3';
+$VERSION = '3.7.12';
 $AUTHOR  = 'Trond H. Amundsen';
 $CONTACT = 't.h.amundsen@usit.uio.no';
 
@@ -117,7 +117,7 @@ END_HELP
 # Version and license text
 $LICENSE = <<"END_LICENSE";
 $NAME $VERSION
-Copyright (C) 2008-2013 $AUTHOR
+Copyright (C) 2008-2014 $AUTHOR
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
index ac1efa1bc06f2f4bfd830d26fb7f337564dba0cf..da010535f1e1e712845490e156322a46ef0af2b8 100644 (file)
@@ -1,3 +1,9 @@
+check-openmanage (3.7.12-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Trond Hasle Amundsen <t.h.amundsen@usit.uio.no>  Tue, 28 Jul 2014 14:00:00 +0200
+
 check-openmanage (3.7.11-1) unstable; urgency=low
 
   * New upstream release.
index c65b50b2c5d93d43f95622db2fe6493bb95d6a5f..d19f9a227aac25992383dcd790b21d6ba961263f 100644 (file)
@@ -17,7 +17,7 @@ BuildArch:     noarch
 %endif
 
 Name:          nagios-plugins-openmanage
-Version:       3.7.11
+Version:       3.7.12
 Release:       1%{?dist}
 Summary:       Nagios plugin to monitor hardware health on Dell servers
 
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jul 28 2014 Trond Hasle Amundsen <t.h.amundsen@usit.uio.no> - 3.7.12-1
+- Release 3.7.12
+
 * Tue Aug  6 2013 Trond Hasle Amundsen <t.h.amundsen@usit.uio.no> - 3.7.11-1
 - Version 3.7.11