mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20: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
|
|
@ -33,6 +33,9 @@ script = {
|
|||
threshold = 5,
|
||||
},
|
||||
|
||||
-- This script is only for alerts generation
|
||||
is_alert = true,
|
||||
|
||||
hooks = {
|
||||
min = check_interface_drops,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue