mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Added possibility to send notification to recipients (#7781)
This commit is contained in:
parent
54fdef7f10
commit
b691841321
15 changed files with 285 additions and 122 deletions
|
|
@ -1778,6 +1778,7 @@ local known_parameters = {
|
|||
["recipient_minimum_severity"] = validateNumber,
|
||||
["recipient_silence_multiple_alerts"] = validateBool,
|
||||
["recipient_checks"] = validateEmptyOr(validateListOfTypeInline(validateUnquoted)),
|
||||
["recipient_notifications_type"] = validateEmptyOr(validateSingleWord),
|
||||
["endpoint_conf_name"] = validateUnquoted,
|
||||
["endpoint_id"] = validateNumberOrUnquoted,
|
||||
["endpoint_conf_type"] = validateUnquoted,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue