mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
nbox integration cleanup
This commit is contained in:
parent
c7846f8c4b
commit
186e7c2a4b
9 changed files with 15 additions and 395 deletions
|
|
@ -1874,13 +1874,7 @@ function isLoopback(name)
|
|||
end
|
||||
|
||||
function isLocalPacketdumpEnabled()
|
||||
local nbox_integration = ntop.getCache("ntopng.prefs.nbox_integration")
|
||||
if nbox_integration == nil or nbox_integration ~= "1" then
|
||||
nbox_integration = false
|
||||
else
|
||||
nbox_integration = true
|
||||
end
|
||||
return isAdministrator() and not nbox_integration and interface.isPacketInterface() and not ntop.isnEdge()
|
||||
return isAdministrator() and interface.isPacketInterface() and not ntop.isnEdge()
|
||||
end
|
||||
|
||||
function processColor(proc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue