improved SNMP edit pool

This commit is contained in:
gabryon99 2020-09-17 15:36:24 +02:00
parent 54d0ae1e19
commit e201fe69f2
9 changed files with 95 additions and 30 deletions

View file

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