mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Handles UI network discovery requests
This commit is contained in:
parent
717b2dfa40
commit
ae828f9465
5 changed files with 157 additions and 86 deletions
|
|
@ -778,7 +778,7 @@ local known_parameters = {
|
|||
["default_snmp_community"] = validateSingleWord, -- Default SNMP community for non-SNMP-configured local hosts
|
||||
["snmp_port_idx"] = validateNumber, -- SNMP port index
|
||||
["snmp_recache" ] = validateBool, -- forces SNMP queries to be re-executed and cached
|
||||
["discovery_recache" ] = validateBool, -- forces device discovery to be re-cached
|
||||
["request_discovery" ] = validateBool, -- forces device discovery to be re-cached
|
||||
["intfs"] = validateInterfacesList, -- a list of network interfaces ids
|
||||
["search"] = validateBool, -- When set, a search should be performed
|
||||
["search_flows"] = validateBool, -- When set, a flow search should be performed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue