Implements ability to filter/delete alert exclusions by host

This commit is contained in:
Simone Mainardi 2021-06-14 16:56:29 +02:00
parent 7a71e564a9
commit 8cd62f79e9
9 changed files with 85 additions and 38 deletions

View file

@ -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.get_alert_exclusions("host")
alert_rest_utils.get_alert_exclusions("host", _GET["host"])