Change misbehaving flows ts label

This commit is contained in:
emanuele-f 2019-07-10 16:24:49 +02:00
parent 35c9bc542c
commit a1a283d423
3 changed files with 3 additions and 3 deletions

View file

@ -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)