mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Remote assistance improvements
- Add status page with service log - Use a different service name to avoid conflicts with other n2n instances - Split key into community and key, alphanumeric - Add connection script download
This commit is contained in:
parent
d1f353a4c5
commit
de5a58ecf3
9 changed files with 184 additions and 44 deletions
|
|
@ -61,7 +61,7 @@ end
|
|||
|
||||
local function ntopctl_cmd(service_name, ...)
|
||||
local cmd = {NTOPCTL_CMD, service_name, ...}
|
||||
return table.concat(cmd, " ") .. " 2>/dev/null"
|
||||
return table.concat(cmd, " ")
|
||||
end
|
||||
|
||||
--! @brief Execute service control tool and get its output.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue