mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
added local network, snmp, active monitoring pools gui
This commit is contained in:
parent
583bcd2d0c
commit
efc3bd3775
11 changed files with 243 additions and 64 deletions
|
|
@ -113,8 +113,11 @@ page_utils.menu_entries = {
|
|||
remote_assistance = {key = "remote_assistance", i18n_title = "remote_assistance.remote_assistance", section = "tools", help_link = "https://www.ntop.org/guides/ntopng/remote_assistance.html"},
|
||||
|
||||
-- Pools
|
||||
pools_host = {key = "pools_host", i18n_title = "host_pools.host_pools", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_interface = {key = "pools_interface", i18n_title = "pools.pool_names.interface", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_host = {key = "pools_host", i18n_title = "host_pools.host_pools", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_interface = {key = "pools_interface", i18n_title = "pools.pool_names.interface", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_snmp = {key = "pools_snmp", i18n_title = "pools.pool_names.snmp", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_local_network = {key = "pools_local_network", i18n_title = "pools.pool_names.local_network", section = "pools", visible_iface = false, visible_system = true},
|
||||
pools_active_monitoring = {key = "pools_active_monitoring", i18n_title = "pools.pool_names.active_monitoring", section = "pools", visible_iface = false, visible_system = true},
|
||||
|
||||
-- Home
|
||||
live_capture = {key = "live_capture", i18n_title = "live_capture.active_live_captures", section = "home"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue