Makes devices discovery a periodic task

This commit is contained in:
Simone Mainardi 2017-09-14 13:19:45 +02:00
parent 0b2fe0800b
commit b85eea4328
7 changed files with 598 additions and 528 deletions

View file

@ -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