{% extends 'layout-single.html' %} {% block title %}GoSky Report!{% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block content %}
{% if not rulez %} {% else %} {% endif %}
List hosts which reported at least for:
Version less than:
List hosts which matches one or more rule:
List hosts of one or more state:
Include unknown versions:
Note: report generation can take significant amount of time Generate!
{% for h in data %} {% endfor %}
Host GoSky Version Skynet Version Last Update
{{ h['host'] }} {{ h['gosky'] }} {{ h['skynet'] }} {{ dtfmt(h['lu']) }}{% if h['diff'] %} ({{ tdfmt(h['diff']) }} ago) {% endif %}
{% if stats['total'] %} {% if stats['total'] == limit %}
The result set limit treshold has been reached while processing the request. The result has been limited to {{ limit }} items. Please specify more strict query.
{% endif %}
Report generated for {%if stats['duration'] %} hosts, which sent at least one report for last {{ tdfmt(stats['duration']) }} {% else %} all collected hosts {% endif %} of version less than {{ stats['version'] }}. Totally found {{ numfmt('%d', stats['total']) }} hosts: {{ numfmt('%d', stats['alive']) }} ({{ '%0.2f' % (stats['alive'] / stats['total'] * 100) }}%) alive and {{ numfmt('%d', stats['dead']) }} ({{ '%0.2f' % (stats['dead'] / stats['total'] * 100) }}%) dead.
{% endif %} {% endblock %}