mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Unify syslog with user scripts API
This commit is contained in:
parent
b9fa26174c
commit
ab0094c1c3
10 changed files with 52 additions and 76 deletions
|
|
@ -163,7 +163,7 @@ function flow_callbacks_utils.print_callbacks_config()
|
|||
end
|
||||
|
||||
local ifid = interface.getId()
|
||||
local descr = user_scripts.load(ifid, "flow", nil, true --[[ also return disabled ]])
|
||||
local descr = user_scripts.load(user_scripts.script_types.flow, ifid, "flow", nil, true --[[ also return disabled ]])
|
||||
|
||||
print [[
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue