add interface alias to interface_errors
This commit is contained in:
parent
1f4aaad9ed
commit
9415167ba5
1 changed files with 7 additions and 0 deletions
|
|
@ -181,6 +181,13 @@ def routeros_monitoring_telegraf_inputs(metadata):
|
|||
"is_tag": True,
|
||||
},
|
||||
|
||||
# join IF-MIB for better labels
|
||||
{
|
||||
"name": "ifAlias",
|
||||
"oid": "IF-MIB::ifAlias",
|
||||
"is_tag": True,
|
||||
},
|
||||
|
||||
# =========================
|
||||
# Physical layer (L1/L2)
|
||||
# =========================
|
||||
|
|
|
|||
Loading…
Reference in a new issue