mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
10 lines
255 B
Lua
10 lines
255 B
Lua
--
|
|
-- (C) 2019-21 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local alert_rest_utils = require "alert_rest_utils"
|
|
|
|
alert_rest_utils.get_alert_exclusions("flow", _GET["host"])
|