Fix mac-based serialization key and add a preference to enabled it (disabled by default)

This commit is contained in:
emanuele-f 2019-02-22 16:01:29 +01:00
parent 98cb560083
commit 4a97017f35
14 changed files with 57 additions and 33 deletions

View file

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