{% extends "sentry/emails/base.html" %}
{% load i18n %}
{% load sentry_helpers %}
{% load sentry_assets %}
{% block head %}
{{ block.super }}
{% endblock %}
{% block main %}
We've noticed the cron monitors below have not processed a successful check-in for multiple days:
To bring your monitors back to a healthy status, we recommend checking out our troubleshooting guide and our FAQs. Otherwise, we'll automatically mute or disable them for you in a few days.
Still facing issues? Reach out to our support team.
{% endblock %} {% block footer %}{% endblock %}