mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Alerts on duplex status change on SNMP interface (#2349)
This commit is contained in:
parent
978996af38
commit
7590f629fe
6 changed files with 35 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue