add interface alias to interface_errors

This commit is contained in:
CroneKorkN 2025-12-30 12:25:05 +01:00
parent 1f4aaad9ed
commit 9415167ba5
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -181,6 +181,13 @@ def routeros_monitoring_telegraf_inputs(metadata):
"is_tag": True, "is_tag": True,
}, },
# join IF-MIB for better labels
{
"name": "ifAlias",
"oid": "IF-MIB::ifAlias",
"is_tag": True,
},
# ========================= # =========================
# Physical layer (L1/L2) # Physical layer (L1/L2)
# ========================= # =========================