From: Alexander Barton Date: Wed, 21 Apr 2010 12:07:23 +0000 (+0200) Subject: Add support for nagcollectreset to tests/Darwin/DiskErrors.tst X-Git-Tag: rel-2~13 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=commitdiff_plain;h=901e26f52db8d0916b6808f06151512db2231fdf Add support for nagcollectreset to tests/Darwin/DiskErrors.tst --- diff --git a/client/lib/tests/Darwin/DiskErrors.tst b/client/lib/tests/Darwin/DiskErrors.tst index e2d2ce9..9b1b2c7 100644 --- a/client/lib/tests/Darwin/DiskErrors.tst +++ b/client/lib/tests/Darwin/DiskErrors.tst @@ -7,6 +7,8 @@ SERVICE="Disks_p" offset=`LC_ALL=C grep -b "BOOT_TIME:" /var/log/system.log \ | tail -n 1 | cut -d':' -f1` +[ -n "$offset" ] || offset=`LC_ALL=C grep -b -- --NagiosReset-- \ + /var/log/system.log | tail -n 1 | cut -d':' -f1` if [ -n "$offset" ]; then # reboot detected in system.log error=`LC_ALL=C tail -c "+$offset" /var/log/system.log \