mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
An alert is genererated when a malware site is visited
This commit is contained in:
parent
5c6f6592e4
commit
192983d35c
5 changed files with 73 additions and 29 deletions
|
|
@ -285,7 +285,8 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-arrow-circle-up'></i> Threshold Cross", 2 },
|
||||
{ "<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-sort-asc'></i> Quota Exceeded", 5 },
|
||||
{ "<i class='fa fa-ban'></i> Malware Detected", 6 }
|
||||
}
|
||||
|
||||
function alertSeverityLabel(v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue