mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +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
|
|
@ -35,7 +35,7 @@ function script.hooks.min(params)
|
|||
|
||||
local new_dropped_alerts = interface.checkDroppedAlerts()
|
||||
|
||||
local alert_type = alert_consts.alert_types.alert_dropped_alerts.builder(
|
||||
local alert_type = alert_consts.alert_types.alert_dropped_alerts.create(
|
||||
alert_consts.alert_severities.error,
|
||||
alert_consts.alerts_granularities.min,
|
||||
interface.getId(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue