incidents

{% if incidents %} {% for inc in incidents %} {% endfor %}
Check IDDetectorSeverityScoreOpenedStatus
{{ inc.check_id[:12] }}… {{ inc.detector_slug }} {{ inc.severity }} {{ "%.4f"|format(inc.score) }} {{ inc.opened_at }} {{ inc.status }}
{% else %}

No incidents recorded.

{% endif %}