mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
d9b16e7fc4
commit
2849267af8
13 changed files with 72 additions and 72 deletions
|
|
@ -6,13 +6,13 @@ local plugins_utils = require "plugins_utils"
|
|||
|
||||
local email = {
|
||||
name = "Email",
|
||||
conf_params = {
|
||||
endpoint_params = {
|
||||
{ param_name = "smtp_server" },
|
||||
{ param_name = "email_sender"},
|
||||
{ param_name = "smtp_username", optional = true },
|
||||
{ param_name = "smtp_password", optional = true },
|
||||
},
|
||||
conf_template = {
|
||||
endpoint_template = {
|
||||
plugin_key = "email_alert_endpoint",
|
||||
template_name = "email_endpoint.template"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue