mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 18:00:10 +00:00
add endpoint_notifications_list
This commit is contained in:
parent
7f0409d51a
commit
9973d63847
14 changed files with 474 additions and 7 deletions
|
|
@ -13,9 +13,9 @@ local endpoint = {}
|
|||
endpoint = {
|
||||
key = "email",
|
||||
conf_params = {
|
||||
{ param_name = "smtp_server_name", param_type = "string" },
|
||||
{ param_name = "smtp_server_name", param_type = "text" },
|
||||
{ param_name = "sender", param_type = "email" },
|
||||
{ param_name = "username", param_type = "string", optional = true },
|
||||
{ param_name = "username", param_type = "text", optional = true },
|
||||
{ param_name = "password", param_type = "password", optional = true },
|
||||
},
|
||||
recipient_params = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue