Refactors alrt builders into creators

Refactors builders into creators: calls
This commit is contained in:
Simone Mainardi 2020-04-27 15:36:34 +02:00
parent 00c5e9f909
commit 290175b16f
75 changed files with 158 additions and 158 deletions

View file

@ -11,7 +11,7 @@ local script = {
category = user_scripts.script_categories.internals,
always_enabled = true,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.builder,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.create,
-- This script is only for alerts generation
is_alert = true,

View file

@ -11,7 +11,7 @@ local script = {
category = user_scripts.script_categories.internals,
always_enabled = true,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.builder,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.create,
-- This script is only for alerts generation
is_alert = true,