mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Makes devices discovery a periodic task
This commit is contained in:
parent
0b2fe0800b
commit
b85eea4328
7 changed files with 598 additions and 528 deletions
|
|
@ -778,6 +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
|
||||
["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