ONUs con potencia óptica por debajo del umbral configurado
Warning: potencia menor a umbral warning. Crítico: potencia menor a umbral crítico. Valores típicos: Warning -25 dBm, Crítico -28 dBm.
Escaneando todos los puertos de las OLTs...
Esto puede tomar varios minutos.
| 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 |
||||||||