mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Modified timeseries label
This commit is contained in:
parent
a21e7eeb9f
commit
affe55628c
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue