mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Mark alerts-only user scripts
Such scripts are not even loaded when alerts are disabled
This commit is contained in:
parent
52df5b25dc
commit
e3052f4b63
35 changed files with 102 additions and 1 deletions
|
|
@ -14,6 +14,9 @@ local script = {
|
|||
threshold = 50,
|
||||
},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ local script = {
|
|||
threshold = 50,
|
||||
},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue