Enabled the possibility to add shell script options to shell endpoint

This commit is contained in:
MatteoBiscosi 2021-09-09 16:36:16 +02:00
parent 0c03b025ee
commit 82ef961bf6
4 changed files with 15 additions and 4 deletions

View file

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