mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix active contacts time series (#2506)
* Fix active contacts time series * Fix active contacts time series
This commit is contained in:
parent
88c6720bbe
commit
3bb830d23e
5 changed files with 9 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue