mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +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
|
|
@ -12,6 +12,9 @@ local script = {
|
|||
-- See below
|
||||
hooks = {},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
gui = {
|
||||
i18n_title = "entity_thresholds.syn_victim_title",
|
||||
i18n_description = "entity_thresholds.syn_victim_description",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue