mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implemented IP/MAC change alerts #1092
This commit is contained in:
parent
997adbf26a
commit
eee3ba9e5c
8 changed files with 61 additions and 63 deletions
|
|
@ -550,7 +550,8 @@ alert_type_keys = {
|
|||
{ "<i class='fa fa-sign-out'></i> " .. i18n("alerts_dashboard.host_pool_disconnection"), 13, "host_pool_disconnection" },
|
||||
{ "<i class='fa fa-thermometer-full'></i> " .. i18n("alerts_dashboard.quota_exceeded"), 14, "quota_exceeded" },
|
||||
{ "<i class='fa fa-cog'></i> " .. i18n("alerts_dashboard.misconfigured_app"), 15, "misconfigured_app" },
|
||||
{ "<i class='fa fa-tint'></i> " .. i18n("alerts_dashboard.too_many_drops"), 16, "too_many_drops" },
|
||||
{ "<i class='fa fa-tint'></i> " .. i18n("alerts_dashboard.too_many_drops"), 16, "too_many_drops" },
|
||||
{ "<i class='fa fa-exchange'></i> " .. i18n("alerts_dashboard.mac_ip_association_change"), 17, "mac_ip_association_change" },
|
||||
}
|
||||
|
||||
local alert_entity_keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue