{% load humanize hc_extras %}
Hello,
This is a notification sent by healthchecks.io.
The check "{{ check.name_then_code }}" has gone {{ check.status }}.
Here is a summary of all your checks:
Name | URL | Period | Last Ping | |
---|---|---|---|---|
{% if check.get_status == "new" %} NEW {% elif check.get_status == "up" %} UP {% elif check.get_status == "grace" %} LATE {% elif check.get_status == "down" %} DOWN {% elif check.get_status == "paused" %} PAUSED {% endif %} |
{% if check.name %}
{{ check.name }}
{% else %}
unnamed
{% endif %}
{% if check.tags %}
{{ check.tags }} {% endif %} |
{{ check.url }}
|
{{ check.timeout|hc_duration }} | {% if check.last_ping %} {{ check.last_ping|naturaltime }} {% else %} Never {% endif %} |
--
Regards,
healthchecks.io