mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement Device Protocols Alerts
This commit is contained in:
parent
35b555fea5
commit
457dcb3457
18 changed files with 171 additions and 29 deletions
|
|
@ -645,7 +645,7 @@ function formatRawFlow(record, flow_json)
|
|||
-- render the json
|
||||
local msg = ""
|
||||
if not isEmptyString(record["flow_status"]) then
|
||||
msg = msg..getFlowStatus(tonumber(record["flow_status"])).." "
|
||||
msg = msg..getFlowStatus(tonumber(record["flow_status"]), alert2statusinfo(decoded, record)).." "
|
||||
end
|
||||
if not isEmptyString(flow) then
|
||||
msg = msg..flow.." "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue