mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Replace anomalous with misbehaving to avoid inconsistencies (fix #2866)
This commit is contained in:
parent
e957d846e3
commit
55b1ca75a9
25 changed files with 102 additions and 102 deletions
|
|
@ -224,10 +224,10 @@ function ts_dump.host_update_stats_rrds(when, hostname, host, ifstats, verbose)
|
|||
flows_as_server = host["total_flows.as_server"]},
|
||||
when, verbose)
|
||||
|
||||
-- Number of anomalous flows
|
||||
-- Number of misbehaving flows
|
||||
ts_utils.append("host:misbehaving_flows", {ifid = ifstats.id, host = hostname,
|
||||
flows_as_client = host["anomalous_flows.as_client"],
|
||||
flows_as_server = host["anomalous_flows.as_server"]},
|
||||
flows_as_client = host["misbehaving_flows.as_client"],
|
||||
flows_as_server = host["misbehaving_flows.as_server"]},
|
||||
when, verbose)
|
||||
|
||||
-- Number of unreachable flows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue