{% load i18n %}
{{ failing|length }} of {{ checked }} health prob{{ checked|pluralize:"e,es" }} reporting a failure
| Subsystem | Status | Detail |
|---|---|---|
| {{ probe.title }} | {% if probe.ok is True %}OK {% elif probe.ok is False %}DOWN {% else %}n/a{% endif %} | {{ probe.data.error|default:"—"|truncatechars:160 }} |
Generated at {{ generated_at|date:"Y-m-d H:i:s e" }} — investigate with python manage.py snapadmin_info --health-check.