| Scan | Profil | Phase | Fortschritt | Ziele | CPU | Latenz | Verlust | HTTPS | SNMP | |
|---|---|---|---|---|---|---|---|---|---|---|
|
{{ $scan->name }} {{ $scan->project->customer->name }} · {{ $scan->creator?->name }} |
{{ $scan->profile->name }} | {{ $scan->current_stage ?: $scan->status->label() }} |
{{ (int) $scan->progress_percent }} %
|
{{ $scan->targets_completed }} / {{ $scan->targets_total }} | {{ $metrics->max('cpu_percent') !== null ? number_format((float) $metrics->max('cpu_percent'), 0).' %' : '–' }} | {{ $metrics->max('icmp_rtt_avg_ms') !== null ? number_format((float) $metrics->max('icmp_rtt_avg_ms'), 0).' ms' : '–' }} | {{ $metrics->max('icmp_packet_loss_percent') !== null ? number_format((float) $metrics->max('icmp_packet_loss_percent'), 0).' %' : '–' }} | @if ($metrics->contains('http_reachable', false)) Ausfall @elseif ($metrics->contains('http_reachable', true)) OK @else –@endif | @if ($metrics->contains('snmp_reachable', false)) Ausfall @elseif ($metrics->contains('snmp_reachable', true)) OK @else –@endif | @can('abort', $scan) @endcan |
| Gerät | Typ | Beschreibung | Seit |
|---|---|---|---|
| {{ $incident->switch?->hostname ?? '–' }} | {{ $incident->type }} | {{ $incident->summary }} | {{ $incident->started_at?->format('d.m. H:i') }} |
| Schwere | Titel | Gerät | Status |
|---|---|---|---|
| {{ $finding->severity->label() }} | {{ $finding->title }} | {{ $finding->switch?->hostname ?? '–' }} | {{ $finding->status->label() }} |
| Gerät | Modell | Erkannt |
|---|---|---|
| {{ $switch->hostname }} | {{ $switch->modelLabel() }} | {{ $switch->last_reboot_detected_at?->format('d.m.Y H:i') }} |
| Gerät | Modell | Firmware |
|---|---|---|
| {{ $switch->hostname }} | {{ $switch->modelLabel() }} | {{ $switch->firmware_version }} |
| Scan | Status | Grund | Ende |
|---|---|---|---|
| {{ $scan->name }} | {{ $scan->status->label() }} | {{ $scan->abort_reason ?: '–' }} | {{ $scan->finished_at?->format('d.m. H:i') }} |
| Fenster | Kunde | Beginn | Status |
|---|---|---|---|
| {{ $window->name }} | {{ $window->customer?->name ?? 'Alle' }} | {{ $window->starts_at->format('d.m.Y H:i') }} | {{ $window->confirmed ? 'Bestätigt' : 'Offen' }} |