add snmp3 username

This commit is contained in:
gabryon99 2020-06-23 09:00:55 +02:00
parent d41201bb18
commit efe75bd55a
3 changed files with 6 additions and 4 deletions

View file

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