mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
56d7edeb0f
commit
983fea5701
2 changed files with 5 additions and 4 deletions
|
|
@ -426,7 +426,7 @@ end
|
|||
function alerts_api.snmpInterfaceEntity(snmp_device, snmp_interface)
|
||||
return {
|
||||
alert_entity = alert_consts.alert_entities.snmp_device,
|
||||
alert_entity_val = string.format("%s_ifidx%d", snmp_device, snmp_interface)
|
||||
alert_entity_val = string.format("%s_ifidx%s", snmp_device, ""..snmp_interface)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue