Removed plugin from ntopng and migrated all of them

This commit is contained in:
Matteo Biscosi 2022-02-03 17:20:42 +01:00
parent 2d186582b2
commit 59754483c9
115 changed files with 535 additions and 2013 deletions

View file

@ -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
},
}