mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Decouples checks from alerts (removes unnecessary flag is_alert)
This commit is contained in:
parent
394a2cc01d
commit
4a526c3cdf
34 changed files with 22 additions and 97 deletions
|
|
@ -12,8 +12,6 @@ local script = {
|
|||
|
||||
default_enabled = false,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ local script = {
|
|||
|
||||
default_enabled = false,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ local script = {
|
|||
|
||||
default_enabled = false,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
default_value = {
|
||||
operator = "gt",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue