{% load humanize %}
Hello,
This is a notification sent by healthchecks.io
The check "{{ check.name }}" has gone {{ check.status }}.
Here is a summary of all your checks:
Name | URL | Frequency | Last Ping | |
---|---|---|---|---|
{% if check.status == "new" %} {% elif now < check.alert_after %} {% else %} {% endif %} | {{ check.name }} |
{{ check.url }}
|
{% for label, value in timeout_choices %} {% if check.timeout == value %} {{ label }} {% endif %} {% endfor %} | {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} |