mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Requires snmp_utils as local module
This commit is contained in:
parent
a3d7365888
commit
8a3e65ac50
25 changed files with 27 additions and 27 deletions
|
|
@ -36,7 +36,7 @@ local function formatTopologyChanged(ifid, alert, alert_info)
|
|||
return ""
|
||||
end
|
||||
|
||||
require("snmp_utils")
|
||||
local snmp_utils = require "snmp_utils"
|
||||
|
||||
if(alert.alert_subtype == "arc_added") then
|
||||
return(i18n("alert_messages.lldp_arc_added", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue