mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Uniform slack alert message
This commit is contained in:
parent
e7ab4af605
commit
3124ac1620
5 changed files with 54 additions and 28 deletions
|
|
@ -359,7 +359,7 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-tint'></i> TCP SYN Flood", 0, "tcp_syn_flood" },
|
||||
{ "<i class='fa fa-tint'></i> Flows Flood", 1, "flows_flood" },
|
||||
{ "<i class='fa fa-arrow-circle-up'></i> Threshold Cross", 2, "threshold_cross" },
|
||||
{ "<i class='fa fa-frown-o'></i> Blacklist Host", 3, "blacklist_host" },
|
||||
{ "<i class='fa fa-frown-o'></i> Blacklisted Host", 3, "blacklist_host" },
|
||||
{ "<i class='fa fa-clock-o'></i> Periodic Activity", 4, "periodic_activity" },
|
||||
{ "<i class='fa fa-sort-asc'></i> Quota Exceeded", 5, "quota_exceeded" },
|
||||
{ "<i class='fa fa-ban'></i> Malware Detected", 6, "malware_detected" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue