mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Various script fixes
This commit is contained in:
parent
9cf1866e2f
commit
cc78c4f37e
3 changed files with 21 additions and 13 deletions
|
|
@ -867,7 +867,7 @@ function makeRRD(basedir, ifname, rrdname, step, value)
|
|||
create_rrd(name, 1, rrdname)
|
||||
end
|
||||
ntop.rrd_update(name, "N:".. tolongint(value))
|
||||
if(enable_second_debug == 1) 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