From man mount
errors=continue in /etc/fstab means:
ignore errors and just mark the file system erroneous and continue
Where is the filesystem marked erroneous? I would like to set up an alert based on this (cron->email for example), but don't know what to check for the error state.
According to the filesystem howto:
So you're probably looking for device states that do not mention "clean", or otherwise match
grep -i error
;dumpe2fs
should show the state.