{% load humanize hc_extras %}
Hello,
This is a monthly report sent by healthchecks.io.
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 %} |
Just one more thing to check: Do you have more cron jobs, not yet on this list, that would benefit from monitoring? Get the ball rolling by adding one more!
--
Regards,
healthchecks.io