Fixes missing functions

This commit is contained in:
Matteo Biscosi 2024-02-17 09:31:51 +00:00
parent e770c09dea
commit 952fa6e995
6 changed files with 8 additions and 7 deletions

View file

@ -2,7 +2,7 @@
-- (C) 2019-24 - ntop.org
--
local alerts_api = require("alerts_api")
require "ntop_utils"
local alert_consts = require("alert_consts")
local checks = require("checks")