mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes for invalid checks for packet/non-packet interfaces
Addresses #5519
This commit is contained in:
parent
a8d08b2d3e
commit
18cbfc5b3a
13 changed files with 24 additions and 20 deletions
|
|
@ -39,7 +39,7 @@ local config_set = checks.getConfigset()
|
|||
|
||||
-- ################################################
|
||||
|
||||
local scripts = checks.load(getSystemInterfaceId(), script_type, subdir)
|
||||
local scripts = checks.load(getSystemInterfaceId(), script_type, subdir, {return_all = true})
|
||||
local result = {}
|
||||
|
||||
for script_name, script in pairs(scripts.modules) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue