mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Cleanup remaining references to RTT
This commit is contained in:
parent
241a0bc2e8
commit
0be2da4f57
26 changed files with 253 additions and 254 deletions
|
|
@ -35,8 +35,8 @@ function script.getAdditionalParameters(http_lint)
|
|||
-- The toggle_example_notification parameter will be validated using the
|
||||
-- 'validateBool' validator.
|
||||
["am_host"] = http_lint.validateSingleWord,
|
||||
["old_rtt_host"] = http_lint.validateSingleWord,
|
||||
["rtt_max"] = http_lint.validateEmptyOr(http_lint.validateNumber),
|
||||
["old_am_host"] = http_lint.validateSingleWord,
|
||||
["threshold"] = http_lint.validateEmptyOr(http_lint.validateNumber),
|
||||
["measurement"] = validateMeasurement,
|
||||
["old_measurement"] = validateMeasurement,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue