{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}My Checks - healthchecks.io{% endblock %} {% block content %}
{% if pings %}
{% for record in pings %} {% if record.ping %} {% endif %} {% if record.placeholder_date %} {% endif %} {% endfor %}
Date Time IP Protocol User Agent
{% if record.ping.n %} #{{ record.ping.n }} {% endif %}
{% if record.early %} early {% endif %}
{{ record.ping.remote_addr|default:"" }} {{ record.ping.scheme }} {{ record.ping.ua }}
Ping expected but not received
{% if show_limit_notice and limit < 10000 %}

Showing last {{ limit }} pings. Want to see more? Upgrade your account!

{% endif %}
{% else %}
Log is empty. This check has not received any pings yet.
{% endif %}
{% endblock %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock %}