mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added alert for log goodput flows
This commit is contained in:
parent
e7a6682aba
commit
2120bf2486
9 changed files with 130 additions and 15 deletions
|
|
@ -84,6 +84,7 @@ local alert_keys = {
|
|||
alert_list_download_succeeded = {NO_PEN, 69},
|
||||
alert_no_if_activity = {NO_PEN, 70}, -- Found under scripts/plugins/alerts/internals/no_if_activity
|
||||
alert_zero_tcp_window = {NO_PEN, 71},
|
||||
alert_flow_low_goodput = {NO_PEN, 72},
|
||||
|
||||
-- Add here additional keys for alerts generated
|
||||
-- by ntopng plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue