mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add missing nedge doc makefile
This commit is contained in:
parent
51bb092f8a
commit
0e3029f4c2
3 changed files with 235 additions and 1 deletions
|
|
@ -1787,6 +1787,11 @@ local function getEngagedAlertsCache(ifid, granularity)
|
|||
engaged_cache = {}
|
||||
local sql_res = performAlertsQuery("select *", "engaged", {alert_engine = alertEngine(granularity)}) or {}
|
||||
|
||||
if verbose then
|
||||
io.write("Resync alert cache:\n")
|
||||
tprint(sql_res)
|
||||
end
|
||||
|
||||
for _, res in pairs(sql_res) do
|
||||
local entity_type = alertEntityRaw(res.alert_entity)
|
||||
local entity_value = res.alert_entity_val
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue