monopam: fix catch-all exception handlers and remove silenced warning
Replace generic catch-all handlers (with _ ->) with specific exception
types to avoid hiding unexpected errors. Also removes unused ahead field
from remote_status type instead of silencing warning 69.