{% extends 'base.html' %} {% block title %}Dashboard{% endblock %} {% block content %}

Dashboard

{{ stats.total_servers }}
Serveurs
{{ stats.patchable }}
Patchables SecOps
{{ stats.linux }} / {{ stats.windows }}
Linux / Windows
{{ stats.qualys_tags }}
Tags Qualys

Par domaine

{% for d in domains %} {% endfor %}
Domaine Total Actifs Linux Windows
{{ d.name }} {{ d.total }} {{ d.actifs }} {{ d.linux }} {{ d.windows }}

Par tier

{% for t in tiers %}
{{ t[1] }}
{{ t[0] }}
{% endfor %}
Decomissionnes {{ stats.decom }}
EOL {{ stats.eol }}
Assets Qualys {{ stats.qualys_assets }}
{% endblock %}