Modified timeseries label

This commit is contained in:
Luca Deri 2017-11-01 14:36:57 +01:00
parent a21e7eeb9f
commit affe55628c
3 changed files with 3 additions and 3 deletions

View file

@ -979,7 +979,7 @@ function makeRRD(basedir, ifname, key, rrdname, step, value)
create_rrd(name, step, rrdname)
end
ntop.rrd_update(name, tolongint(value))
ntop.rrd_update(name, nil, tolongint(value))
local tskey = ifname
if(key ~= nil) then tskey = tskey ..":"..key end