mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implement Device Protocols Alerts
This commit is contained in:
parent
35b555fea5
commit
457dcb3457
18 changed files with 171 additions and 29 deletions
|
|
@ -176,6 +176,9 @@ local menu_subpages = {
|
|||
}, toggle_malware_probing = {
|
||||
title = i18n("prefs.toggle_malware_probing_title"),
|
||||
description = i18n("prefs.toggle_malware_probing_description", {url="https://rules.emergingthreats.net/fwrules/emerging-Block-IPs.txt"}),
|
||||
}, toggle_device_protocols_alerts = {
|
||||
title = i18n("prefs.toggle_device_protocols_title"),
|
||||
description = i18n("prefs.toggle_device_protocols_description", {url=ntop.getHttpPrefix().."/lua/admin/edit_device_protocols.lua"}),
|
||||
}, max_num_alerts_per_entity = {
|
||||
title = i18n("prefs.max_num_alerts_per_entity_title"),
|
||||
description = i18n("prefs.max_num_alerts_per_entity_description"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue