Port Utilisation Over Threshold

Network Sensor Monitoring

.

notes
Wireless Sensor Monitoring

.

Configuration

severity

warning

Rule Query

sql SELECT * FROM devices,ports WHERE (devices.device_id = ? AND devices.device_id = ports.device_id) AND (((ports.ifInOctets_rate*8) / ports.ifSpeed)*100) >= 80 AND (ports.ifOperStatus = up ports.ifAdminStatus = up (ports.deleted = 0 ports.ignore = 0 ports.disabled = 0)) = 1 AND (devices.status = 1 (devices.disabled = 0 devices.ignore = 0)) = 1 AND ports.ifHighSpeed != 10 AND ports.ifType != propVirtual


Last modified August 18, 2021