{% extends "base_status.html" %} {% block title %}Status Log{% endblock %} {% block smallheader %}{% endblock %} {% block largeheader %}Status Log{% endblock %} {% block nav1 %}{{ block.super }}{% endblock %} {% block nav2 %}Log{% endblock %} {% load adagiostags %} {% block content %}
Time | Host | Service | Message | {% for line in logs.alerts %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.host_name }} | {{ line.service_description }} |
{{ line.text }} |
Time | Contact | Host | Service | Message | {% for line in logs.notification %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.contact_name }} | {{ line.host_name }} | {{ line.service_description }} |
{{ line.text }} |
Time | Message | {% for line in logs.flapping %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} |
{{ line.text }} |
Time | Message | {% for line in logs.warning %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} |
{{ line.text }} |
Time | Command | Message | {% for line in logs.command %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.command_name }} |
{{ line.text }} |
Time | Host | Service | Message | {% for line in logs.passive %} {% ifchanged line.time|timestamp|date:"Y-m-d" %} {% endifchanged %}|
---|---|---|---|---|
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.host_name }} | {{ line.service_description }} |
{{ line.text }} |