mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Moved active monitoring page to vuejs
This commit is contained in:
parent
0a2b1e8bb9
commit
963579b526
18 changed files with 1469 additions and 3 deletions
|
|
@ -2163,6 +2163,7 @@ local known_parameters = {
|
|||
-- Active monitoring
|
||||
["am_host"] = {http_lint.webhookCleanup, http_lint.validateUnquoted},
|
||||
["old_am_host"] = {http_lint.webhookCleanup, http_lint.validateUnquoted},
|
||||
["old_host"] = {http_lint.webhookCleanup, http_lint.validateUnquoted},
|
||||
["threshold"] = http_lint.validateEmptyOr(http_lint.validateNumber),
|
||||
["measurement"] = validateMeasurement,
|
||||
["old_measurement"] = validateMeasurement,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue