Fix active contacts time series (#2506)

* Fix active contacts time series

* Fix active contacts time series
This commit is contained in:
Salvatore Costantino 2019-04-04 09:33:09 +02:00 committed by simonemainardi
parent 88c6720bbe
commit 3bb830d23e
5 changed files with 9 additions and 5 deletions

View file

@ -240,7 +240,7 @@ function ts_dump.host_update_stats_rrds(when, hostname, host, ifstats, verbose)
-- Contacts
ts_utils.append("host:contacts", {ifid=ifstats.id, host=hostname,
as_client=host["contacts.as_client"], as_server=host["contacts.as_server"]}, when, verbose)
num_as_client=host["contacts.as_client"], num_as_server=host["contacts.as_server"]}, when, verbose)
-- L4 Protocols
for id, _ in pairs(l4_keys) do