mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Changed exclude alert path
This commit is contained in:
parent
52be488258
commit
6a32b6ca6d
2 changed files with 2 additions and 2 deletions
11
scripts/lua/rest/v1/edit/user_script/filter.lua
Normal file
11
scripts/lua/rest/v1/edit/user_script/filter.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--
|
||||
-- (C) 2013-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.exclude_alert()
|
||||
Loading…
Add table
Add a link
Reference in a new issue