mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix mac-based serialization key and add a preference to enabled it (disabled by default)
This commit is contained in:
parent
98cb560083
commit
4a97017f35
14 changed files with 57 additions and 33 deletions
|
|
@ -284,7 +284,7 @@ function ts_dump.run_5min_dump(_ifname, ifstats, config, when, time_threshold, s
|
|||
local instant = host_point.instant
|
||||
|
||||
if instant >= min_instant then
|
||||
ts_dump.host_update_rrd(instant, host_ts.idkey, host_point, ifstats, verbose, config)
|
||||
ts_dump.host_update_rrd(instant, host_ts.tskey, host_point, ifstats, verbose, config)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue