mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix invalid initial RRD point added
This commit is contained in:
parent
4824150278
commit
fdadaca950
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ local function create_rrd(schema, path, timestamp)
|
|||
-- RRD start time (--start/-b)
|
||||
-- It must be tuned so that the first point of the chart in the subsequent
|
||||
-- rrd_update will not be discarded
|
||||
params[#params + 1] = timestamp - heartbeat
|
||||
params[#params + 1] = timestamp - schema.options.insertion_step
|
||||
end
|
||||
|
||||
local metrics_map = map_metrics_to_rrd_columns(#schema._metrics)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue