mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fix shell endpoint notes
This commit is contained in:
parent
64b9bb897e
commit
bba4d541b4
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ return {
|
|||
shell_send_error = "Error while trying to run the script.",
|
||||
|
||||
shell_description = {
|
||||
path_description = "Note:<ul><li>The script must be stored in \"/usr/share/ntopng/scripts/shell/\"<li>The script options alert.* are expanded at runtime with the alert values</lu>",
|
||||
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>",
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue