mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39: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,14 +17,14 @@ local shell = {
|
|||
{ param_name = "shell_script" },
|
||||
},
|
||||
endpoint_template = {
|
||||
plugin_key = endpoint_key,
|
||||
script_key = endpoint_key,
|
||||
template_name = "shell_endpoint.template"
|
||||
},
|
||||
recipient_params = {
|
||||
{ param_name = "shell_script_options" },
|
||||
},
|
||||
recipient_template = {
|
||||
plugin_key = endpoint_key,
|
||||
script_key = endpoint_key,
|
||||
template_name = "shell_recipient.template"
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue