{% extends "base.html" %} {% load compress humanize staticfiles hc_extras %} {% block title %}My Checks - healthchecks.io{% endblock %} {% block content %}
Time | Remote IP | Method | User Agent |
---|---|---|---|
{{ ping.created }} | {{ ping.remote_addr }} | {{ ping.method }} | {{ ping.ua }} |