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
|
|
@ -48,7 +48,7 @@ function script.hooks.protocolDetected(now)
|
|||
end
|
||||
|
||||
flow.triggerStatus(
|
||||
flow_consts.status_types.status_device_protocol_not_allowed.builder(
|
||||
flow_consts.status_types.status_device_protocol_not_allowed.create(
|
||||
flow_consts.status_types.status_device_protocol_not_allowed.alert_severity,
|
||||
alert_info["cli.devtype"],
|
||||
alert_info["srv.devtype"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue