mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Migrates alerts to an object-oriented implementation
This commit is contained in:
parent
c1a7ff08ae
commit
fbc283f12f
108 changed files with 2793 additions and 1737 deletions
|
|
@ -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.create,
|
||||
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.new,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
|
|
|||
|
|
@ -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.create,
|
||||
anomaly_type_builder = alert_consts.alert_types.alert_misconfigured_app.new,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue