mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implement InfluxDB export statistics
This commit is contained in:
parent
3a6f121e11
commit
cfa9986671
10 changed files with 206 additions and 24 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue