mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Refactors alrt builders into creators
Refactors builders into creators: calls
This commit is contained in:
parent
00c5e9f909
commit
290175b16f
75 changed files with 158 additions and 158 deletions
|
|
@ -30,7 +30,7 @@ function script.hooks.periodicUpdate(now)
|
|||
local info = json.decode(info_json)
|
||||
if info ~= nil then
|
||||
flow.triggerStatus(
|
||||
flow_consts.status_types.status_external_alert.builder(
|
||||
flow_consts.status_types.status_external_alert.create(
|
||||
alert_consts.alert_severities.error,
|
||||
info
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue