mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Enabled the possibility to add shell script options to shell endpoint
This commit is contained in:
parent
0c03b025ee
commit
82ef961bf6
4 changed files with 15 additions and 4 deletions
|
|
@ -17,7 +17,7 @@ return {
|
|||
|
||||
shell_description = {
|
||||
path_description = "Note:<ul><li>The script must be stored in \"/usr/share/ntopng/scripts/shell/\"<li>Alert information are provided to the script through the standard input in JSON format.</lu>",
|
||||
option_description = "Instructions<ul><li>Insert here the options you want to pass to the script</ul>",
|
||||
option_description = "Instructions<ul><li>Insert here the options with which the script is going to be executed (e.g. `-i eno1 -p 2220`)</ul>",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue