{% extends "base.html" %}
{% block content %}
event_horizon (monitoring since) |
{{meta.event_horizon}} |
intervals: |
{% for age in meta.expiration_ages %}
{{age}} = {{meta.expiration_ages[age]}}s | |
{% endfor %}
switches: |
{% for switch in meta.switches %}
{{switch}} = {{meta.switches[switch]}} | |
{% endfor %}
containers ({{meta.container_count}})
{{ containers_html|safe }}
images ({{meta.image_count}})
{{ images_html|safe }}
messages ({{messages|length}})
{% for msg in messages %}
{{msg[0]}} | {{msg[1]}} | {{msg[2]}} |
{% endfor %}
{% endblock %}