mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed plugin from ntopng and migrated all of them
This commit is contained in:
parent
2d186582b2
commit
59754483c9
115 changed files with 535 additions and 2013 deletions
|
|
@ -15,14 +15,14 @@ local slack = {
|
|||
-- TODO: add severity (Errors, Errors and Warnings, All)
|
||||
},
|
||||
endpoint_template = {
|
||||
plugin_key = "slack_alert_endpoint",
|
||||
plugin_key = "slack",
|
||||
template_name = "slack_endpoint.template"
|
||||
},
|
||||
recipient_params = {
|
||||
-- TODO: add channel
|
||||
},
|
||||
recipient_template = {
|
||||
plugin_key = "slack_alert_endpoint",
|
||||
plugin_key = "slack",
|
||||
template_name = "slack_recipient.template" -- TODO: add template
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue