mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
While the network interface has at least one engaged interface alert, expired flows are now triggering a flow alert
This commit is contained in:
parent
51fc712be2
commit
25185ce028
10 changed files with 150 additions and 89 deletions
|
|
@ -295,6 +295,7 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-exclamation'></i> Suspicious Activity", 10, "suspicious_activity" },
|
||||
{ "<i class='fa fa-exclamation'></i> Too Many Alerts", 11, "too_many_alerts" },
|
||||
{ "<i class='fa fa-exclamation'></i> MySQL open_files_limit too small", 12, "open_files_limit_too_small" },
|
||||
{ "<i class='fa fa-exclamation'></i> Interface Alerted", 13, "interface_alerted" },
|
||||
}
|
||||
|
||||
alert_entity_keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue