From 23ef305991fceca6d6ef7eb17a6a441151a8c312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 7 Jan 2023 21:25:54 +0100 Subject: [PATCH] Document QNAP QSW port sensors (#25621) --- source/_integrations/qnap_qsw.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/qnap_qsw.markdown b/source/_integrations/qnap_qsw.markdown index d37dc7a5d92..08d9d797c56 100644 --- a/source/_integrations/qnap_qsw.markdown +++ b/source/_integrations/qnap_qsw.markdown @@ -62,6 +62,17 @@ The following *sensors* are created: | temperature | Switch temperature. | | uptime | Uptime seconds. | +The following sensors are created for each port (or LACP): + +| Condition | Description | +| :------------------ | :--------------------------------- | +| link_speed | Link speed. | +| rx | RX bytes. | +| rx_errors | Number of RX errors. | +| rx_speed | RX speed. | +| tx | TX bytes. | +| tx_speed | TX speed. | + ## Update | Update | Description |