mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +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
|
|
@ -9,6 +9,9 @@ local user_scripts = require("user_scripts")
|
|||
local script = {
|
||||
default_enabled = false,
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
-- See below
|
||||
hooks = {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue