{% extends "sentry/emails/base.html" %}
{% load i18n %}
{% load sentry_helpers %}
{% load sentry_assets %}
{% block head %}
{{ block.super }}
{% endblock %}
{% block main %}
The Cron Monitors below have not processed a successful check-in for multiple weeks. We have automatically muted the failing environments for these monitors:
To unmute your monitors, please head over to Crons and manually unmute your monitors.
Note that muted monitors will still count towards on-demand budget, but can be disabled in order to preserve your on-demand budget for the next billing cycle.
We recommend checking out our troubleshooting guide and our FAQs for further information on how you can bring you monitors back to a healthy status.
Still facing issues? Reach out to our support team.
{% endblock %}