Implement InfluxDB export statistics

This commit is contained in:
emanuele-f 2019-06-10 15:50:44 +02:00
parent 3a6f121e11
commit cfa9986671
10 changed files with 206 additions and 24 deletions

View file

@ -113,12 +113,6 @@ end
-- ##############################################
function getSystemInterfaceId()
-- NOTE: keep in sync with SYSTEM_INTERFACE_ID in ntop_defines.h
-- This must be a string as it is passed in interface.select
return "-1"
end
function isAllowedSystemInterface()
return ntop.isAllowedInterface(tonumber(getSystemInterfaceId()))
end