{% if log %} {% load adagiostags %}
{% for line in log %} {% if line.class == 1 %}
{% endif %} {% endfor %}
↖ {{ start_time|timestamp|date:'Y-m-d H:i' }}
{{ end_time|timestamp|date:'Y-m-d H:i' }} ↗

Last {{ log|length }} state changes (see all log entries for this host): {% if object_type == 'hostgroup' %} {% endif %} {% if object_type == 'host' %} {% endif %} {% for line in log reversed %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %} {% if object_type == 'hostgroup' %} {% endif %} {% if object_type == 'host' %} {% endif %} {% endfor %}
TimeHost ServiceServiceDuration Message
{{ line.time|timestamp|date:'Y-m-d H:i' }} {{ line.host_name }} {{ line.service_description }}{{ line.service_description }}
{{ line.duration|duration}}
{{ line.text }}
{% else %} Host has no recent log entries. Try Log view to search in older logs. {% endif %}