Document QNAP QSW port sensors (#25621)

This commit is contained in:
Álvaro Fernández Rojas 2023-01-07 21:25:54 +01:00 committed by GitHub
parent 1207d6840b
commit 23ef305991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |