Fix to export system interface RRD points

This commit is contained in:
Simone Mainardi 2020-03-04 13:37:38 +01:00
parent 317e30a230
commit 75acbbdb28

View file

@ -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