mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
13 lines
No EOL
337 B
Lua
13 lines
No EOL
337 B
Lua
--
|
|
-- (C) 2019-24 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local storage_utils = require("storage_utils")
|
|
|
|
-- ##############################################
|
|
|
|
storage_utils.storageInfo(true --[[ refresh cache ]], 120 --[[ Allow a couple of minutes --]])
|
|
|