Skip to main content

Overview

The Zabbix - Tráfico por Conexión page shows live bandwidth consumption for each monitored network link. Unlike the Capacity Dashboard, which tracks statically assigned capacity, this view reflects actual measured traffic from Zabbix — the IN and OUT Mbps peaks polled by SNMP or the Zabbix agent. You can select any row in the grid to view the full IN/OUT trend chart for that link.
Zabbix natively reports interface traffic in bps (bits per second). The dashboard divides these values by 1,000,000 to convert them to Mbps before display. All fields in ZbxLinkcontratadoMbps, ultimoInMbps, ultimoOutMbps, peakInMbps, peakOutMbps — are already in Mbps.

KPI Cards

Four summary cards aggregate across all monitored links.

Risk Classification

The Zabbix page uses the same four-level risk function as the Capacity Dashboard, applied to usoPct = peakMbps / contratadoMbps × 100: The peak used for risk scoring is peakMbps = Math.max(peakInMbps, peakOutMbps) — the worse of the two directions determines the risk level for the link.

Trend Chart (IN/OUT Mbps)

The line chart in the upper-left panel renders the full trend time series for the currently selected connection. It plots two lines:
  • IN MbpsinMbps field from each ZbxTrafficPoint
  • OUT MbpsoutMbps field from each ZbxTrafficPoint
The chart title updates dynamically to show the selected conexionId, equipo, interfaz, and contratadoMbps.

ZbxTrafficPoint type


Detail Panel

The right-side panel shows the statistics for the selected link:
The full table below the chart and detail panel lists every monitored link. Clicking a row updates the trend chart and detail panel for that link. The grid is sorted by usoPct descending by default.

Row click behaviour

Clicking any row sets the selected link ID, which re-renders both the trend chart and the detail panel for that link.