mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fix invalid flow.triggerStatus calls
This commit is contained in:
parent
f2baada758
commit
96925a7e03
2 changed files with 7 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ local script = {
|
|||
|
||||
function script.hooks.protocolDetected(now)
|
||||
if(flow.getnDPICategoryName() == "Mining") then
|
||||
flow.triggerStatus(flow_consts.status_types.status_web_mining_detected,
|
||||
flow.triggerStatus(flow_consts.status_types.status_web_mining_detected, nil,
|
||||
50--[[ flow score]], 50--[[ cli score ]], 10--[[ srv score ]])
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue