mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Implements ability to filter/delete alert exclusions by host
This commit is contained in:
parent
7a71e564a9
commit
8cd62f79e9
9 changed files with 85 additions and 38 deletions
|
|
@ -7,4 +7,4 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
|
||||
local alert_rest_utils = require "alert_rest_utils"
|
||||
|
||||
alert_rest_utils.delete_all_alert_exclusions(_POST["script_subdir"])
|
||||
alert_rest_utils.delete_all_alert_exclusions(_POST["script_subdir"], _POST["host"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue