Alerts on duplex status change on SNMP interface (#2349)

This commit is contained in:
Alfredo Cardigliano 2019-05-23 12:23:45 +02:00
parent 978996af38
commit 7590f629fe
6 changed files with 35 additions and 0 deletions

View file

@ -57,6 +57,7 @@ alert_consts.alert_type_keys = {
{ "<i class='fa fa-sitemap'></i> " .. i18n("alerts_dashboard.broadcast_domain_too_large"), 34, "broadcast_domain_too_large" },
{ "<i class='fa fa-eye'></i> " .. i18n("alerts_dashboard.ids_alert"), 35, "ids_alert" },
{ "<i class='fa fa-exclamation'></i> " .. i18n("alerts_dashboard.misconfigured_dhcp_range"), 36, "ip_outsite_dhcp_range" },
{ "<i class='fa fa-exclamation'></i> " .. i18n("alerts_dashboard.snmp_port_duplexstatus_change"), 37, "port_duplexstatus_change" },
}
-- Keep in sync with ntop_typedefs.h:AlertEntity