Moved active monitoring page to vuejs

This commit is contained in:
Matteo Biscosi 2025-01-28 18:11:27 +01:00
parent 0a2b1e8bb9
commit 963579b526
18 changed files with 1469 additions and 3 deletions

View file

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