mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Little fixes
This commit is contained in:
parent
6661c6ef53
commit
8aa19c0136
2 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ callback_utils.foreachInterface(ifnames, interface_rrd_creation_enabled, functio
|
|||
-- ZMQ stats
|
||||
if ifstats.zmqRecvStats ~= nil then
|
||||
rrd_utils.makeRRD(basedir, when, ifstats.id, "iface", "num_zmq_rcvd_flows",
|
||||
1, tolongint(ifstats.zmqRecvStats.flows))
|
||||
1, ifstats.zmqRecvStats.flows)
|
||||
else
|
||||
-- Packet interface
|
||||
rrd_utils.makeRRD(basedir, when, ifstats.id, "iface", "drops", 1, ifstats.stats.drops)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue