mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Split alert types definitions in multiple files
This commit is contained in:
parent
d1600d0e9b
commit
873b96c20a
79 changed files with 1330 additions and 1041 deletions
|
|
@ -145,7 +145,7 @@ for _key,_value in ipairs(alerts) do
|
|||
if status ~= "historical-flows" then
|
||||
local bitmap = getEntityAlertDisabledBitmap(_value["alert_entity"], _value["alert_entity_val"])
|
||||
|
||||
record["column_entity_formatted"] = alert_consts.formatAlertEntity(ifid, alertEntityRaw(_value["alert_entity"]), _value["alert_entity_val"])
|
||||
record["column_entity_formatted"] = formatAlertEntity(ifid, alertEntityRaw(_value["alert_entity"]), _value["alert_entity_val"])
|
||||
record["column_alert_disabled"] = ntop.bitmapIsSet(bitmap, tonumber(_value["alert_type"]))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue