{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}My Checks - healthchecks.io{% endblock %} {% block content %}
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 |
Showing last {{ limit }} pings. Want to see more? Upgrade your account!
{% endif %}