mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Handle host pool serialization (exception for backward compatibility).
Fix recipients add Initial work for alerts dispatching to recipients
This commit is contained in:
parent
befc2ec821
commit
7ffb4df9a6
11 changed files with 128 additions and 37 deletions
|
|
@ -1328,7 +1328,7 @@ local known_parameters = {
|
|||
|
||||
-- POOLS
|
||||
["pool_members"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["pool_recipients"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
["recipients"] = validateEmptyOr(validateListOfTypeInline(validateSingleWord)),
|
||||
|
||||
-- OTHER
|
||||
["_"] = validateEmptyOr(validateNumber), -- jQuery nonce in ajax requests used to prevent browser caching
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue