]> arthur.barton.de Git - nagcollect.git/blobdiff - client/lib/tests/Darwin/DiskErrors.tst
Add support for nagcollectreset to tests/Darwin/DiskErrors.tst
[nagcollect.git] / client / lib / tests / Darwin / DiskErrors.tst
index e2d2ce990713f90b5be75c55e1c05ba14eb5a2bb..9b1b2c7456316af85a8efa8b27e1a684b239c986 100644 (file)
@@ -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 \