mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix to export system interface RRD points
This commit is contained in:
parent
317e30a230
commit
75acbbdb28
1 changed files with 2 additions and 0 deletions
|
|
@ -1118,6 +1118,8 @@ function driver:export()
|
|||
local ts_utils = require "ts_utils" -- required to get the schema from the schema name
|
||||
|
||||
local available_interfaces = interface.getIfNames()
|
||||
-- Add the system interface to the available interfaces
|
||||
available_interfaces[getSystemInterfaceId()] = getSystemInterfaceName()
|
||||
local rrd_queue_max_dequeues_per_interface = 8192
|
||||
|
||||
for cur_ifid, iface in pairs(available_interfaces) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue