]> git.uio.no Git - check_openmanage.git/commitdiff
pdisk patch from Josh Elsasser
authorTrond Hasle Amundsen <t.h.amundsen@usit.uio.no>
Tue, 11 Feb 2014 21:56:48 +0000 (22:56 +0100)
committerTrond Hasle Amundsen <t.h.amundsen@usit.uio.no>
Tue, 11 Feb 2014 21:56:48 +0000 (22:56 +0100)
check_openmanage

index 0c0aa6c31d9e6e2d51fb7b69b1358bcb1eb9e43a..50d5c4a52566497a977057f8bf2edabf5eadeb72 100755 (executable)
@@ -49,7 +49,7 @@ $SIG{__WARN__} = sub { push @perl_warnings, [@_]; };
 
 # Version and similar info
 $NAME    = 'check_openmanage';
-$VERSION = '3.7.11';
+$VERSION = '3.7.12-b1';
 $AUTHOR  = 'Trond H. Amundsen';
 $CONTACT = 't.h.amundsen@usit.uio.no';
 
@@ -2008,7 +2008,7 @@ sub check_physical_disks {
        # Special case: Uncertified disk
        if (!$cert) {
            # Functional non Dell disks get a Non-Critical status
-           if (($state eq 'Online' or $state eq 'Ready')
+           if (($state eq 'Online' or $state eq 'Ready' or $state eq 'Non-RAID')
                and $status eq 'Non-Critical' and blacklisted('pdisk_cert', $nexus)) {
                --$stack;
            }