Revert "Migrates alerts to an object-oriented implementation"

This reverts commit fbc283f12f.
This commit is contained in:
matteo 2020-12-22 13:13:57 +01:00
parent fbc283f12f
commit e24ef4ef35
108 changed files with 1741 additions and 2797 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.new,
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.new,
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.create,
-- This script is only for alerts generation
is_alert = true,