Alertas de Potencia Alertas de Potencia Óptica

Alertas de Potencia @if($unacknowledgedCount > 0) {{ $unacknowledgedCount }} @endif

ONUs con potencia óptica por debajo del umbral configurado

{{-- Settings Panel (hidden by default) --}} {{-- Scan status --}} {{-- Filters --}}
Limpiar @if($unacknowledgedCount > 0) @endif
{{-- Alerts table --}}
@forelse($alerts as $alert) @empty @endforelse
Severidad Dispositivo Ubicación Serial OLT Rx ONU Rx Fecha Estado Acción
@if($alert->severity === 'critical') Crítico @else Warning @endif {{ $alert->device->name ?? '—' }} {{ $alert->location }} {{ $alert->serial_number ?? '—' }} @if($alert->olt_rx_power !== null) @php $val = (float) $alert->olt_rx_power; @endphp {{ number_format($val, 3) }} dBm @else N/A @endif @if($alert->onu_rx_power !== null) {{ number_format((float)$alert->onu_rx_power, 3) }} dBm @else N/A @endif {{ $alert->created_at->format('d/m/y h:i A') }} @if($alert->acknowledged) Reconocido @else Pendiente @endif @if(!$alert->acknowledged) @else @endif

No hay alertas registradas

Ejecuta un escaneo o configura el comando programado php artisan olt:check-power

@if($alerts->hasPages())
{{ $alerts->links() }}
@endif