dsa-check-dnssec-delegation: allow multiple dirs to be checked
[mirror/dsa-nagios.git] / dsa-nagios-checks / checks / dsa-check-raid-aacraid
index 40e9a25..39d725a 100755 (executable)
@@ -121,7 +121,7 @@ while ($ctrl <= $numcontrollers) {
                        my $status = $1;
                        if ($status eq 'Not Installed') {
                                next;
-                       } elsif ($status ne 'Optimal') {
+                       } elsif ($status ne 'Optimal' && $status ne 'ZMM Optimal') {
                                record('WARNING');
                        };
                        push @{$status{$status}}, 'Battery';