]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/tests/Darwin/DiskErrors.tst
DiskErrors.tst: Ignore "mdworker[]: file i/o error - bad dset location"
[nagcollect.git] / client / lib / tests / Darwin / DiskErrors.tst
index 2d78773f26cf57a4541356def263e522e2a07f95..2556581164760f4d5d733eeef94a09435698c3fb 100644 (file)
@@ -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