mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Update tests (l7 apps / cats)
This commit is contained in:
parent
a73ed42977
commit
167d2c9d71
5 changed files with 5 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ function flow_alert_store:insert(alert)
|
|||
else
|
||||
hex_prefix = "X"
|
||||
end
|
||||
|
||||
tprint(alert)
|
||||
local insert_stmt = string.format("INSERT INTO %s "..
|
||||
"(%salert_id, interface_id, tstamp, tstamp_end, severity, ip_version, cli_ip, srv_ip, cli_port, srv_port, vlan_id, "..
|
||||
"is_cli_attacker, is_cli_victim, is_srv_attacker, is_srv_victim, proto, l7_proto, l7_master_proto, l7_cat, "..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue