{% extends "base.html" %} {% block content %}
OfficeCom Sentinel Uebersicht

{% if summary[2] %}Sicherheitslage
braucht Aufmerksamkeit.{% elif summary[1] %}Signale im Bestand
gezielt pruefen.{% else %}Sicherheitslage
unter Kontrolle.{% endif %}

Verdichtete Endpoint-Signale, Upload-Gesundheit und organisationsweite Einordnung an einem Ort.

Aktueller Zustand{% if summary[2] %}Kritisch{% elif summary[1] %}Pruefen{% else %}Stabil{% endif %}{{ current_alert_count }} aktuelle Auffaelligkeit{{ '' if current_alert_count == 1 else 'en' }}
Geraete{{ summary[0] }}{{ coverage[1] }} melden aktuell
Warnungen{{ summary[1] }}im letzten Status
Kritisch{{ summary[2] }}sofort sichtbar
Abdeckung{{ coverage[1] }}/{{ coverage[0] }}{{ coverage[2] }} stumm > 36 Std.
{% if alerts %}
Einsatzfokus

Was jetzt
Aufmerksamkeit braucht.

Priorisiert nach Schweregrad und zuletzt gemeldetem Signal.

Letzter Datenstand: {{ summary[7] or '-' }}
{% for alert in alerts[:3] %} 0{{ loop.index }}
{{ alert.alert_state }}{{ alert.machine_name }}{{ alert.total_events }} Ereignisse · {{ alert.unique_ip_count }} Quell-IPs · {{ alert.event.label }}
{% endfor %}
{% else %}
Einsatzfokus

Aktuell keine
offenen Signale.

Die meldenden Systeme liefern derzeit keine auffaelligen Sicherheitsereignisse.

Letzter Datenstand: {{ summary[7] or '-' }}
Keine unmittelbare Aktion notwendig

Behalte Abdeckung und Berichtsintervall im Blick.

{% endif %}
Letzte 14 Tage

Signalverlauf Verdichtete Scan-Ergebnisse pro Tag

{% for day in trend %}
{{ day.event_count }}{{ day.day.strftime('%d.%m.') }}
{% else %}

Noch keine Trenddaten vorhanden.

{% endfor %}

kritisch Warnungen Ereignisvolumen

Mandanten

Organisationen Drill-down bis zum einzelnen Geraet

{% for organization in organizations %}{{ organization.id }}{{ organization.name }}
{{ organization.device_count }} Geraete{{ organization.critical_count }} kritisch{{ organization.warning_count }} Warnung
Letzte Meldung: {{ organization.last_received_at or '-' }}
{% endfor %}

Geraeteabdeckung

Bekannt{{ coverage[0] }}
Meldend < 36 Std.{{ coverage[1] }}
Stumm > 36 Std.{{ coverage[2] }}
{% if alerts %}
Vollstaendige Liste

Auffaellige Geraete {{ current_alert_count }} aktuell, {{ alerts|length - current_alert_count }} historisch

{% for alert in alerts %} {{ alert.alert_state }} | {{ 'aktuell' if alert.event.is_current else 'historisch' }}{{ alert.machine_name }}{{ alert.total_events }} Ereignisse | {{ alert.unique_ip_count }} Quell-IPs | letztes Ereignis {{ alert.event.label }} {% endfor %}
{% endif %}

Geraetestatus

{% for row in reports %}{% else %}{% endfor %}
GeraetOrganisationStatusEreignisseQuell-IPsEmpfangen
{{ row.machine_name }}{{ row.organization_name or '-' }}{{ row.alert_state }}{% if row.total_events %}{{ 'aktuell' if row.event.is_current else 'historisch' }}{% endif %}{{ row.total_events }}{{ row.unique_ip_count }}{{ row.received_at or '-' }}
Keine Geraeteberichte.
{% endblock %}