mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Migrate flow script documentation and document traffic element scripts
This commit is contained in:
parent
b1ef0c99a8
commit
e66889154c
9 changed files with 225 additions and 25 deletions
|
|
@ -29,6 +29,7 @@ local CHECK_MODULES_BASEDIR = dirs.installdir .. "/scripts/callbacks/interface"
|
|||
local CHECK_MODULES_PRO_BASEDIR = dirs.installdir .. "/pro/scripts/callbacks/interface"
|
||||
|
||||
-- Hook points for flow/periodic modules
|
||||
-- NOTE: keep in sync with the Documentation
|
||||
local FLOW_HOOKS = {"protocolDetected", "statusChanged", "flowEnd", "periodicUpdate"}
|
||||
local PERIODIC_HOOKS = {"min", "5mins", "hour", "day"}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue