]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/tests/RAID.tst
RAID.tst: enhance status output
[nagcollect.git] / client / lib / tests / RAID.tst
index 53c57b2557f508ce2b57562279306793b4da5215..074113d65c648164268c1f200687a88ac5b3054e 100644 (file)
@@ -28,11 +28,12 @@ if [ `uname` = "Darwin" ]; then
                status=""
                while read x; do
                        v=`echo "$x" | cut -d' ' -f1`
-                       s=`echo "$x" | cut -b78-`
+                       s=`echo "$x" | cut -b67- | sed -e 's/://g'`
+                       s2=`echo "$x" | cut -b78-`
                        [ -n "$status" ] \
-                               && status="$status $v:$s" \
+                               && status="$status, $v:$s" \
                                || status="$v:$s"
-                       [ "$s" = "Good" ] && good=$good+1 || bad=bad+1
+                       [ "$s2" = "Good" ] && good=$good+1 || bad=bad+1
                done <"$tmp"
                if [ $bad -eq 0 -a $good -ge 1 ]; then
                        STATUS=0