mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implement getLatestTimestamp API
This commit is contained in:
parent
b2107b6f36
commit
20e8b4aaca
4 changed files with 34 additions and 12 deletions
|
|
@ -38,6 +38,12 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function driver:getLatestTimestamp()
|
||||
return os.time()
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
-- TODO remove after migrating to the new path format
|
||||
-- Maps second tag name to getRRDName
|
||||
local HOST_PREFIX_MAP = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue