mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Add syn-vs-rst and misbehaving-vs-total-flows alerts
This commit is contained in:
parent
606e681d8e
commit
3bf6ed1ecd
6 changed files with 204 additions and 46 deletions
|
|
@ -68,10 +68,4 @@ check_module = {
|
|||
|
||||
-- #################################################################
|
||||
|
||||
function check_module.get_threshold_value(granularity, info)
|
||||
return(info["hits.syn_flood_attacker"] or 0)
|
||||
end
|
||||
|
||||
-- #################################################################
|
||||
|
||||
return check_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue