mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
10 lines
285 B
Lua
10 lines
285 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.delete_alert_exclusions("host", _POST["alert_addr"], _POST["alert_key"])
|