mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement SNMP alerts on port status change
This commit is contained in:
parent
8568df49a0
commit
8f27bf8f47
8 changed files with 41 additions and 75 deletions
|
|
@ -552,6 +552,7 @@ alert_type_keys = {
|
|||
{ "<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-exchange'></i> " .. i18n("alerts_dashboard.mac_ip_association_change"), 17, "mac_ip_association_change" },
|
||||
{ "<i class='fa fa-exclamation'></i> " .. i18n("alerts_dashboard.snmp_port_status_change"), 18, "port_status_change" },
|
||||
}
|
||||
|
||||
local alert_entity_keys = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue