mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Change misbehaving flows ts label
This commit is contained in:
parent
35c9bc542c
commit
a1a283d423
3 changed files with 3 additions and 3 deletions
|
|
@ -221,7 +221,7 @@ function ts_dump.host_update_stats_rrds(when, hostname, host, ifstats, verbose)
|
|||
when, verbose)
|
||||
|
||||
-- Number of anomalous flows
|
||||
ts_utils.append("host:anomalous_flows", {ifid = ifstats.id, host = hostname,
|
||||
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"]},
|
||||
when, verbose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue