mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added logic to detect flows with low goodput (e.g. originated by tools like https://github.com/shekyan/slowhttptest)
This commit is contained in:
parent
6a7929ea26
commit
8f0f8fc1cf
12 changed files with 152 additions and 92 deletions
|
|
@ -374,7 +374,9 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-frown-o'></i> Blacklist Host", 3 },
|
||||
{ "<i class='fa fa-clock-o'></i> Periodic Activity", 4 },
|
||||
{ "<i class='fa fa-sort-asc'></i> Quota Exceeded", 5 },
|
||||
{ "<i class='fa fa-ban'></i> Malware Detected", 6 }
|
||||
{ "<i class='fa fa-ban'></i> Malware Detected", 6 },
|
||||
{ "<i class='fa fa-bomb'></i> Ongoing Attacker", 7 },
|
||||
{ "<i class='fa fa-bomb'></i> Under Attack", 8 }
|
||||
}
|
||||
|
||||
function alertSeverityLabel(v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue