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
|
|
@ -2,13 +2,13 @@
|
|||
-- (C) 2019-24 - ntop.org
|
||||
--
|
||||
|
||||
local checks = require("checks")
|
||||
local alerts_api = require("alerts_api")
|
||||
local alert_consts = require("alert_consts")
|
||||
local alert_categories = require "alert_categories"
|
||||
|
||||
local script = {
|
||||
-- Script category
|
||||
category = checks.check_categories.internals,
|
||||
category = alert_categories.internals,
|
||||
severity = alert_consts.get_printable_severities().error,
|
||||
|
||||
-- See below
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue