mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Interface Status Change Alerts and Interface Discards/Errors Alerts preferences
This commit is contained in:
parent
305d2c14d4
commit
bb6937ca66
5 changed files with 27 additions and 1 deletions
|
|
@ -392,6 +392,12 @@ local menu_subpages = {
|
|||
}, default_snmp_proto_version = {
|
||||
title = i18n("prefs.default_snmp_proto_version_title"),
|
||||
description = i18n("prefs.default_snmp_proto_version_description"),
|
||||
}, toggle_snmp_alerts_port_status_change = {
|
||||
title = i18n("prefs.toggle_snmp_alerts_port_status_change_title"),
|
||||
description = i18n("prefs.toggle_snmp_alerts_port_status_change_description"),
|
||||
}, toggle_snmp_alerts_port_errors = {
|
||||
title = i18n("prefs.toggle_snmp_alerts_port_errors_title"),
|
||||
description = i18n("prefs.toggle_snmp_alerts_port_errors_description"),
|
||||
},
|
||||
}}, {id="discovery", label=i18n("prefs.network_discovery"), advanced=false, pro_only=false, hidden=false, entries={
|
||||
toggle_network_discovery = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue