mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes pool ids associated with interface alerts
This commit is contained in:
parent
827fba5ee2
commit
dce5623bc2
3 changed files with 4 additions and 3 deletions
|
|
@ -424,7 +424,7 @@ function alerts_api.interfaceAlertEntity(ifid)
|
|||
return {
|
||||
alert_entity = alert_consts.alert_entities.interface,
|
||||
-- NOTE: keep in sync with C (Alertable::setEntityValue)
|
||||
alert_entity_val = string.format("iface_%d", ifid)
|
||||
alert_entity_val = string.format("%d", ifid)
|
||||
}
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue