mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Changed refresh interval for SNMP table to 1 minute (#8433)
* added guide for GUI development functioning * Changed table refresh to 1 minut * updated en.lua path * Added lua navbar documentation * Fixed SNMP menu entry highlight --------- Co-authored-by: DGabri <gabriele.deri@gmail.com>
This commit is contained in:
parent
778bd5dbd6
commit
995948ad32
5 changed files with 27 additions and 4 deletions
|
|
@ -254,11 +254,12 @@ else
|
|||
-- The Monitoring entry are used to go to the System interface pages
|
||||
-- without using the Interface dropdown. The section is hidden
|
||||
-- in system interface.
|
||||
-- Interface is not system
|
||||
page_utils.add_menubar_section({
|
||||
section = page_utils.menu_sections.monitoring,
|
||||
hidden = is_system_interface or not is_admin,
|
||||
entries = {{
|
||||
entry = page_utils.menu_entries.snmp,
|
||||
entry = page_utils.menu_entries.snmp_monitoring,
|
||||
hidden = (not ntop.isEnterpriseM() and not ntop.isnEdgeEnterprise()),
|
||||
url = "/lua/pro/enterprise/snmpdevices_stats.lua"
|
||||
}, {
|
||||
|
|
@ -492,6 +493,7 @@ page_utils.add_menubar_section({
|
|||
-- ##############################################
|
||||
|
||||
-- Pollers (e.g., SNMP, active monitoring)
|
||||
-- System interface menu
|
||||
|
||||
local poller_entries = {{
|
||||
entry = page_utils.menu_entries.infrastructure_dashboard,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue