From 2bcc9eca6f6c925bacc206e0a68cadc482553030 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 8 Jan 2008 08:10:23 +0000 Subject: status VERIFYING is ok git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@313 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- nagios-check-raid-3ware | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nagios-check-raid-3ware b/nagios-check-raid-3ware index 45554b9..4fad01b 100755 --- a/nagios-check-raid-3ware +++ b/nagios-check-raid-3ware @@ -86,7 +86,8 @@ for my $line (@tw) { print "Cannot parse line '$line'\n"; exit $UNKNOWN; }; - if ($status eq 'OK') { + if ($status eq 'OK' || + $status eq 'VERIFYING') { $msg .= ($msg eq '' ? '' : '; '). "$device: $status"; $exit = $exit > $OK ? $exit : $OK; } elsif ($status eq 'DEGRADED') { -- cgit v1.2.3