X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=client%2Flib%2Ftests%2FDarwin%2FDiskErrors.tst;h=2d78773f26cf57a4541356def263e522e2a07f95;hp=67075f42c44e0f1374694ffd8ae978a94ab007be;hb=0de28c9a295ffd46175a3cf5fa15c84b340c78fa;hpb=78af89dee8795d8d6eaf219dac9cca4c1ad74604 diff --git a/client/lib/tests/Darwin/DiskErrors.tst b/client/lib/tests/Darwin/DiskErrors.tst index 67075f4..2d78773 100644 --- a/client/lib/tests/Darwin/DiskErrors.tst +++ b/client/lib/tests/Darwin/DiskErrors.tst @@ -13,7 +13,9 @@ if [ -n "$offset" ]; then # reboot detected in system.log 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" | tail -n 1` + | grep -v "com.apple.mdworker.pool" \ + | grep -v "encoder error" \ + | tail -n 1` else # no reboot detected in system.log error=`LC_ALL=C grep -i "I/O" /var/log/system.log \