From: Alexander Barton Date: Wed, 19 Oct 2011 07:46:27 +0000 (+0200) Subject: DiskErrors.tst: Ignore "mdworker[]: file i/o error - bad dset location" X-Git-Tag: rel-3~5 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=commitdiff_plain;h=a789ea0f47bd04268c975cc9582c353ebc16d690 DiskErrors.tst: Ignore "mdworker[]: file i/o error - bad dset location" --- diff --git a/client/lib/tests/Darwin/DiskErrors.tst b/client/lib/tests/Darwin/DiskErrors.tst index 2d78773..2556581 100644 --- a/client/lib/tests/Darwin/DiskErrors.tst +++ b/client/lib/tests/Darwin/DiskErrors.tst @@ -14,6 +14,7 @@ if [ -n "$offset" ]; then error=`LC_ALL=C tail -c "+$offset" /var/log/system.log \ | grep -i "I/O" | grep -i error | grep -v nagcollect \ | grep -v "com.apple.mdworker.pool" \ + | grep -v "file i/o error - bad dset location" \ | grep -v "encoder error" \ | tail -n 1` else