{% extends "base.html" %} {% block content %}

Central Ingest

Endpoint Signals, ohne Rauschen.

Letzte signierte OCSentinel-Berichte aus PostgreSQL.

Berichtende Geräte{{ summary[0] }}
Warnungen{{ summary[1] }}
Kritisch{{ summary[2] }}
Events{{ summary[3] }}
Letzter Eingang{{ summary[7] or 'noch keiner' }}
{% if alerts %}

Priorität

Auffällige Geräte

{% for alert in alerts %} {{ alert[1] }}{{ alert[0] }}{{ alert[2] }} Events · {{ alert[3] }} IPs · {{ alert[4] }} {% endfor %}
{% endif %}

Live-Bestand

Letzte Geräteberichte

{% for row in reports %}{% endfor %}
GerätOrganisationStatusEventsIPsEmpfangen
{{ row[0] }}{{ row[1] or '—' }}{{ row[3] }}{{ row[4] }}{{ row[5] }}{{ row[2] or '—' }}
{% endblock %}