{% extends "base1.html" %} {% load adagiostags %} {% block title %}Dashboard{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block titlebar %} {% endblock %} {% block maincontent %}
Current Health |
|
---|---|
All hosts |
|
All services |
|
Host | Service | Output | Duration | Last Check |
---|---|---|---|---|
{{ i.host_name }} | {{ i.description }} | {{ i.plugin_output|slice:"70" }} | {{ i.last_state_change|timestamp|timesince }} | {{ i.last_check|timestamp|date:'Y-m-d H:i' }} |
{{ line.time|timestamp|date:'Y-m-d H:i' }} | {{ line.host_name }} |
{{ line.plugin_output }} |