mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Renames alert_config to user_script_config
This commit is contained in:
parent
61ab06fcd7
commit
3144bc8bdf
12 changed files with 16 additions and 16 deletions
|
|
@ -9,7 +9,7 @@ local user_scripts = require("user_scripts")
|
|||
-- #################################################################
|
||||
|
||||
local function check_interface_idle(params)
|
||||
local threshold = tonumber(params.alert_config.threshold)
|
||||
local threshold = tonumber(params.user_script_config.threshold)
|
||||
local engage = false
|
||||
local max_idle = 0
|
||||
local max_idle_perc = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue