mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements maximum alerts limit per alarmed entity
This commit is contained in:
parent
1d8ae7ede7
commit
6194dc955a
12 changed files with 281 additions and 73 deletions
|
|
@ -285,6 +285,7 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-bomb'></i> Under Attack", 8, "under_attack" },
|
||||
{ "<i class='fa fa-exclamation'></i> Misconfigured App", 9, "misconfigured_app" },
|
||||
{ "<i class='fa fa-exclamation'></i> Suspicious Activity", 10, "suspicious_activity" },
|
||||
{ "<i class='fa fa-exclamation'></i> Too Many Alerts", 11, "too_many_alerts" },
|
||||
}
|
||||
|
||||
alert_entity_keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue