mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Split pruge of idled entries from hashtable ste transition
This commit is contained in:
parent
e7bd8fa0f6
commit
f5e572cb5e
4 changed files with 40 additions and 8 deletions
|
|
@ -2,6 +2,12 @@
|
|||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
-- #
|
||||
-- # This script
|
||||
-- # - idles hash entries executing scripts when a transition happen
|
||||
-- # - dumps 5 sec interface time series
|
||||
-- #
|
||||
|
||||
dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. package.path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue