{% extends "aggregator/base.html" %} {% load pagination_tags %} {% block content %}
Type | {{ service.get_type_display }} |
Name | {{ service.title }} |
URL | {{ service.url }} |
Monitoring Period |
{% if service.checks_count > 0 %}
|
Response Times |
|
Reliability | {% if service.reliability > 90 %} {% else %} {% endif %} |
Date | Response Times | Message | Status |
---|---|---|---|
{{ check.checked_datetime }} | {{ check.response_time }} | {{ check.message }} | {% if check.success %} {% else %} {% endif %} |
No checks are available.
{% endif %} {% endwith %} {% endblock %} {% block extrafoot %} {% endblock %}