mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements the ability to list/configure alarm exceptions
Implements #5461
This commit is contained in:
parent
2acca71f1d
commit
507d8dce28
14 changed files with 764 additions and 5 deletions
10
scripts/lua/rest/v1/get/flow/alert/exclusions.lua
Normal file
10
scripts/lua/rest/v1/get/flow/alert/exclusions.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- (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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue