mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -867,7 +867,9 @@ function makeRRD(basedir, ifname, rrdname, step, value)
|
|||
create_rrd(name, 1, rrdname)
|
||||
end
|
||||
ntop.rrd_update(name, "N:".. tolongint(value))
|
||||
if(enable_second_debug) then io.write('Updating RRD ['.. ifname..'] '.. name .. " " .. value ..'\n') end
|
||||
if(enable_second_debug) then
|
||||
io.write('Updating RRD ['.. ifname..'] '.. name .. " " .. value ..'\n')
|
||||
end
|
||||
end
|
||||
|
||||
function createRRDcounter(path, step, verbose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue