mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Experimental TS code
This commit is contained in:
parent
cfcc88554d
commit
b8a870b631
13 changed files with 405 additions and 46 deletions
|
|
@ -392,7 +392,7 @@ function rrd_utils.makeRRD(basedir, when, if_id, key, rrdname, step, value)
|
|||
|
||||
local tskey = if_id
|
||||
if(key ~= nil) then tskey = tskey ..":"..key end
|
||||
ntop.tsSet(when, if_id, tonumber(step), "iface", nil, rrdname, tonumber(value), 0)
|
||||
ntop.tsSet(when, if_id, tonumber(step), "iface", nil, rrdname, 0, tonumber(value))
|
||||
|
||||
if(enable_second_debug) then
|
||||
io.write('Updating RRD ['.. if_id..'] '.. name .. " " .. value ..'\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue