mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
add snmp3 username
This commit is contained in:
parent
d41201bb18
commit
efe75bd55a
3 changed files with 6 additions and 4 deletions
|
|
@ -1345,7 +1345,8 @@ local known_parameters = {
|
|||
["default_snmp_community"] = validateSingleWord, -- Default SNMP community for non-SNMP-configured local hosts
|
||||
["snmp_host"] = validateSNMPhost, -- Either an IPv4/v6 or a hostname
|
||||
["default_snmp_version"] = validateSNMPversion, -- Default SNMP protocol version
|
||||
["snmp_version"] = validateSNMPversion, -- 0:v1 1:v2c
|
||||
["snmp_version"] = validateSNMPversion, -- 0:v1 1:v2c 2:v3
|
||||
["snmp_username"] = validateSingleWord, -- SNMP Username
|
||||
["cidr"] = validateCIDR, -- /32 or /24
|
||||
["snmp_port_idx"] = validateNumber, -- SNMP port index
|
||||
["snmp_recache" ] = validateBool, -- forces SNMP queries to be re-executed and cached
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue