mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Reworked behavior analysis alerts
This commit is contained in:
parent
0b2e49e577
commit
fcd6102ad0
6 changed files with 795 additions and 624 deletions
|
|
@ -240,9 +240,8 @@ function ts_dump.iface_update_general_stats(when, ifstats, verbose)
|
|||
}, when)
|
||||
end
|
||||
|
||||
if ntop.isPro() then
|
||||
if not ifstats["traffic_rx_behavior"] or not ifstats["traffic_rx_behavior"] or
|
||||
not ifstats["traffic_tx_behavior"] then
|
||||
if ntop.isEnterpriseM() then
|
||||
if not ifstats["score_behavior"] or not ifstats["traffic_rx_behavior"] or not ifstats["traffic_tx_behavior"] then
|
||||
goto continue
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue