mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Remove SNMP pool
This commit is contained in:
parent
fb70fe9d9f
commit
1e31c6bfd9
15 changed files with 7 additions and 509 deletions
|
|
@ -15,7 +15,7 @@ local pools_lua_utils = {}
|
|||
-- ##############################################
|
||||
|
||||
-- @brief Returns an array of pool Lua class instances, for all available pools
|
||||
-- e.g., {interface_pools:create(), local_network_pools:create(), snmp_device_pools:create(), ...}
|
||||
-- e.g., {interface_pools:create(), local_network_pools:create(), ...}
|
||||
function pools_lua_utils.all_pool_instances_factory()
|
||||
local pools_dir = os_utils.fixPath(dirs.installdir .. "/scripts/lua/modules/pools/")
|
||||
local res = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue