mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Cleaned up the code from plugin_utils
This commit is contained in:
parent
f1e8091928
commit
57a85de50e
105 changed files with 620 additions and 918 deletions
|
|
@ -17,13 +17,13 @@ local alert_store_db = {
|
|||
-- No params, alert store is builtin
|
||||
},
|
||||
endpoint_template = {
|
||||
plugin_key = "alert_store_db",
|
||||
script_key = "alert_store_db",
|
||||
template_name = "alert_store_db_endpoint.template"
|
||||
},
|
||||
recipient_params = {
|
||||
},
|
||||
recipient_template = {
|
||||
plugin_key = "alert_store_db",
|
||||
script_key = "alert_store_db",
|
||||
template_name = "alert_store_db_recipient.template"
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue