mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixed invalid parameter in rrd_update call
This commit is contained in:
parent
2f8c92162c
commit
a21e7eeb9f
1 changed files with 1 additions and 1 deletions
|
|
@ -979,7 +979,7 @@ function makeRRD(basedir, ifname, key, rrdname, step, value)
|
|||
create_rrd(name, step, rrdname)
|
||||
end
|
||||
|
||||
ntop.rrd_update(name, nil, tolongint(value))
|
||||
ntop.rrd_update(name, tolongint(value))
|
||||
|
||||
local tskey = ifname
|
||||
if(key ~= nil) then tskey = tskey ..":"..key end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue