mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes various lua memory issues
This commit is contained in:
parent
eb52f62b1e
commit
5edfdeedcd
53 changed files with 336 additions and 551 deletions
|
|
@ -4,8 +4,8 @@
|
|||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
local checks = require("checks")
|
||||
local alert_consts = require "alert_consts"
|
||||
local alert_categories = require "alert_categories"
|
||||
|
||||
-- #################################################################
|
||||
|
||||
|
|
@ -19,7 +19,7 @@ end
|
|||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = checks.check_categories.network,
|
||||
category = alert_categories.network,
|
||||
severity = alert_consts.get_printable_severities().warning,
|
||||
|
||||
-- Off by default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue