mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
improved SNMP edit pool
This commit is contained in:
parent
54d0ae1e19
commit
e201fe69f2
9 changed files with 95 additions and 30 deletions
|
|
@ -1388,6 +1388,7 @@ local known_parameters = {
|
|||
["verbose"] = validateBool, -- True if script should be verbose
|
||||
["num_minutes"] = validateNumMinutes, -- number of minutes
|
||||
["zoom"] = validateZoom, -- a graph zoom specifier
|
||||
["column_key"] = validateSingleWord, -- SNMP Column Key
|
||||
["community"] = validateSingleWord, -- SNMP community
|
||||
["snmp_read_community"] = validateSingleWord, -- SNMP Read community
|
||||
["snmp_write_community"] = validateSingleWord, -- SNMP Write community
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue