mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
fe2a5fca43
commit
c775d79b4e
4 changed files with 15 additions and 16 deletions
|
|
@ -232,7 +232,7 @@ function host_pools_utils.updateRRDs(ifid, dump_ndpi, verbose)
|
|||
-- Traffic stats
|
||||
local rrdpath = fixPath(pool_base .. "/bytes.rrd")
|
||||
createRRDcounter(rrdpath, 300, verbose)
|
||||
ntop.rrd_update(rrdpath, "N:"..tolongint(pool_stats["bytes.sent"]) .. ":" .. tolongint(pool_stats["bytes.recv"]))
|
||||
ntop.rrd_update(rrdpath, "N:"..tolongint(pool_stats["bytes.sent"]) .. ":" .. tolongint(pool_stats["bytes.rcvd"]))
|
||||
|
||||
-- nDPI stats
|
||||
if dump_ndpi then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue