mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-21 01:54:34 +00:00
Renames alert_config to user_script_config
This commit is contained in:
parent
4ed0491edf
commit
6d3ebbca6a
12 changed files with 16 additions and 16 deletions
|
|
@ -95,7 +95,7 @@ function script.hooks.min(info)
|
|||
},
|
||||
}
|
||||
|
||||
if(inner_bytes > info.alert_config.max_inner_bytes) then
|
||||
if(inner_bytes > info.user_script_config.max_inner_bytes) then
|
||||
-- Trigger alert
|
||||
alerts_api.trigger(info.alert_entity, alert_info)
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue