mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add nedge2 configure parameter
This commit is contained in:
parent
62d1dba875
commit
505d209319
3 changed files with 16 additions and 2 deletions
|
|
@ -1000,6 +1000,7 @@ local special_parameters = { --[[Suffix validator]] --[[Value Validator]]
|
|||
["qtraffic_"] = {validateShapedElement, validateNumber}, -- key: category or protocol ID, value: traffic quota
|
||||
["qtime_"] = {validateShapedElement, validateNumber}, -- key: category or protocol ID, value: time quota
|
||||
["oldrule_"] = {validateShapedElement, validateEmpty}, -- key: category or protocol ID, value: empty
|
||||
["policy_"] = {validateShapedElement, validateNumber}, -- key: category or protocol ID, value: shaper ID
|
||||
|
||||
-- ALERTS (see alert_utils.lua)
|
||||
["op_"] = {validateAlertDescriptor, validateOperator}, -- key: an alert descriptor, value: alert operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue