@php $total = count($servers); $online = collect($servers)->where('status', 'online')->count(); $avgCpu = $total ? (int) round(collect($servers)->avg('cpu')) : 0; $avgMem = $total ? (int) round(collect($servers)->avg('mem')) : 0; $svcLabel = ['online' => 'aktiv', 'warning' => 'degradiert', 'offline' => 'gestoppt']; @endphp
Flotte
· CPU
{{ $svc['name'] }}
{{ $svc['desc'] }}
{{ $e['actor'] }} · {{ $e['action'] }}
{{ $e['target'] }}